Class which controls the way frozen panes are arranged and used for a worksheet.
Constructors
Section titled "Constructors"FrozenPaneSettings
new FrozenPaneSettings(a: DisplayOptions): FrozenPaneSettings Returns FrozenPaneSettings
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"firstColumnInRightPane
Section titled "firstColumnInRightPane"Inherited from: PaneSettingsBase
Gets or sets the first visible column in the right pane(s) of the worksheet.
get firstColumnInRightPane(): number
Returns number
set firstColumnInRightPane(a: number): void Parameters
- a:
number
Returns void
firstRowInBottomPane
Section titled "firstRowInBottomPane"Inherited from: PaneSettingsBase
Gets or sets the first visible row in the bottom pane(s) of the worksheet.
get firstRowInBottomPane(): number
Returns number
set firstRowInBottomPane(a: number): void Parameters
- a:
number
Returns void
frozenColumns
Section titled "frozenColumns"Gets or sets the number of columns frozen at the left of the worksheet.
get frozenColumns(): number
Returns number
set frozenColumns(a: number): void Parameters
- a:
number
Returns void
frozenRows
Section titled "frozenRows"Gets or sets the number of rows frozen at the top of the worksheet.
get frozenRows(): number
Returns number
set frozenRows(a: number): void Parameters
- a:
number
Returns void
Methods
Section titled "Methods"reset
Section titled "reset"Inherited from: PaneSettingsBase
Resets the pane settings to their defaults.
reset(): void Returns void
resetCore
Section titled "resetCore"Resets the frozen pane settings to their defaults.
resetCore(): void