[]
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.
int ScrollColumn { get; set; }
Property ScrollColumn As Integer
IWorksheetView sheetView = worksheet.SheetView;
sheetView.ScrollColumn = 3;
int scrollColumn = sheetView.ScrollColumn;