ScrollRow Property

Microsoft Office Web Components Visual Basic

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