[]
Gets or sets the number of the row that appears at the top of the pane or worksheet.
Use this property to determine which row is currently shown at the top edge of the worksheet view.
int ScrollRow { get; set; }
Property ScrollRow As Integer
IWorksheetView sheetView = worksheet.SheetView;
sheetView.ScrollRow = 5;
int scrollRow = sheetView.ScrollRow;