[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheetView.ScrollRow

ScrollRow Property

ScrollRow

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.

Declaration
int ScrollRow { get; set; }
Property ScrollRow As Integer
Examples
IWorksheetView sheetView = worksheet.SheetView;
sheetView.ScrollRow = 5;
int scrollRow = sheetView.ScrollRow;