Static
$tStatic
nextGets or sets the first visible column in the right pane(s) of the worksheet.
This affects the scroll position for the right pane(s) of the worksheet and is only used if the worksheet is split vertically.
The zero-based index of the first visible column in the right pane(s).ArgumentOutOfRangeException The assigned value is outside the valid column range (0 to one less than Workbook.maxExcelColumnCount or Workbook.maxExcel2007ColumnCount, depending on the workbook's Workbook.currentFormat).
Gets or sets the first visible row in the bottom pane(s) of the worksheet.
This affects the scroll position for the bottom pane(s) of the worksheet and is only used if the worksheet is split horizontally.
The zero-based index of the first visible row in the bottom pane(s).ArgumentOutOfRangeException The assigned value is outside the valid row range (0 to one less than Workbook.maxExcelRowCount or Workbook.maxExcel2007RowCount, depending on the workbook's Workbook.currentFormat).
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Abstract base class for classes which control pane settings.
See