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]]).
Gets or sets the number of columns frozen at the left of the worksheet.
The frozen columns will always remain in view, regardless of the horizontal scroll position of the worksheet.
Note: If the number of frozen columns specified is more than the amount of visible columns in the worksheet, the worksheet may not scroll correctly.
The number of columns frozen at the left of the worksheet.[[ArgumentOutOfRangeException]] The assigned value is not a valid column count (0 to [[Workbook.maxExcelColumnCount]] or [[Workbook.maxExcel2007ColumnCount]], depending on the workbook's [[Workbook.currentFormat]]).
Gets or sets the number of rows frozen at the top of the worksheet.
The frozen rows will always remain in view, regardless of the vertical scroll position of the worksheet.
Note: If the number of frozen rows specified is more than the amount of visible rows in the worksheet, the worksheet may not scroll correctly.
The number of rows frozen at the top of the worksheet.[[ArgumentOutOfRangeException]] The assigned value is not a valid row count (0 to [[Workbook.maxExcelRowCount]] or [[Workbook.maxExcel2007RowCount]], depending on the workbook's [[Workbook.currentFormat]]).
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Class which controls the way frozen 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