[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheetView.ScrollColumn

ScrollColumn Property

ScrollColumn

Gets or sets the number of the leftmost column in the pane or worksheet.

This value indicates which column is currently displayed at the left edge of the active worksheet view.

Declaration
int ScrollColumn { get; set; }
Property ScrollColumn As Integer
Examples
IWorksheetView sheetView = worksheet.SheetView;
sheetView.ScrollColumn = 3;
int scrollColumn = sheetView.ScrollColumn;