ScrollRow Property

Microsoft Office Web Components Object Model

ScrollRow Property

       

Returns or sets the number of the row that appears at the top of the pane or window. If the panes are frozen, this property excludes the frozen areas. Read/write Long.

expression.ScrollRow

expression   Required. An expression that returns a Window object.

Example

This example moves row ten to the top of the window.

Spreadsheet1.ActiveWindow.ScrollRow = 10