ScrollRow Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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