Abstract base class which exposes the various workbook window options available which can be saved with both a workbook and a custom view.
Constructors
Section titled "Constructors"WindowOptions
new WindowOptions(a: Workbook): WindowOptions Returns WindowOptions
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"objectDisplayStyle
Section titled "objectDisplayStyle"Gets or sets the way the objects and shapes are displayed in the workbook. The way the objects and shapes are displayed in the workbook.
get objectDisplayStyle(): ObjectDisplayStyle
Returns ObjectDisplayStyle
scrollBars
Section titled "scrollBars"Gets or sets the scroll bars shown in the workbook window.
get scrollBars(): ScrollBars
Returns ScrollBars
selectedSheet
Section titled "selectedSheet"selectedWorksheet
Section titled "selectedWorksheet"Gets or sets the selected worksheet of the workbook.
get selectedWorksheet(): Worksheet
Returns Worksheet
tabBarVisible
Section titled "tabBarVisible"Gets or sets the value indicating whether the worksheet tab bar is visible.
get tabBarVisible(): boolean
Returns boolean
set tabBarVisible(a: boolean): void Parameters
- a:
boolean
Returns void
tabBarWidth
Section titled "tabBarWidth"Gets or sets the width of the worksheet tab bar, expressed in 1/1000ths of the application width.
get tabBarWidth(): number
Returns number
set tabBarWidth(a: number): void Parameters
- a:
number
Returns void
Methods
Section titled "Methods"reset
Section titled "reset"Resets the window options to their default settings.
reset(): void