Abstract base class for classes which control pane settings.
Constructors
Section titled "Constructors"PaneSettingsBase
new PaneSettingsBase(a: DisplayOptions): PaneSettingsBase Returns PaneSettingsBase
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"firstColumnInRightPane
Section titled "firstColumnInRightPane"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"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
Methods
Section titled "Methods"reset
Section titled "reset"Resets the pane settings to their defaults.
reset(): void Returns void
resetCore
Section titled "resetCore"Resets the pane settings to their defaults.
resetCore(): void