Static
$tStatic
nextGets or sets the first visible column in the left pane(s) of the worksheet.
This affects the scroll position for the left pane(s) of the worksheet and is used regardless of whether or not the worksheet is split vertically.
The zero-based index of the first visible column in the left 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 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]]).
Gets or sets the first visible row in the top pane(s) of the worksheet.
This affects the scroll position for the top pane(s) of the worksheet and is used regardless of whether or not the worksheet is split horizontally.
The zero-based index of the first visible row in the top 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]]).
Gets or sets the width of the left pane in twips (1/20th of a point).
If this value is zero, the left pane occupies the entire visible area of the worksheet. Otherwise, the left pane occupies the specified width and the right pane occupies the remaining area of the worksheet.
The width of the left pane, or zero if there is no horizontal pane split.[[ArgumentOutOfRangeException]] Thrown when the width specified is outside the valid width range (0 to 65535).
Gets or sets the height of the top pane in twips (1/20th of a point).
If this value is zero, the top pane occupies the entire visible area of the worksheet. Otherwise, the top pane occupies the specified height and the bottom pane occupies the remaining area of the worksheet.
The height of the top pane, or zero if there is no vertical pane split.[[ArgumentOutOfRangeException]] Thrown when the height specified is outside the valid height range (0 to 65535).
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Class which controls the way unfrozen panes are arranged and used for a worksheet.
Note: Frozen and unfrozen panes cannot be used simultaneously, so depending whether the panes are frozen or unfrozen, these settings may not be used or saved.
See