Represents the window options which are saved with the workbook.
Constructors
Section titled "Constructors"WorkbookWindowOptions
new WorkbookWindowOptions(a: Workbook): WorkbookWindowOptions Returns WorkbookWindowOptions
Properties
Section titled "Properties"$t: Type boundsInTwips
Section titled "boundsInTwips"boundsInTwips: IgRect firstVisibleTabIndex
Section titled "firstVisibleTabIndex"firstVisibleTabIndex: number minimized
Section titled "minimized"minimized: boolean objectDisplayStyle
Section titled "objectDisplayStyle"Inherited from: WindowOptions
objectDisplayStyle: ObjectDisplayStyle scrollBars
Section titled "scrollBars"Inherited from: WindowOptions
scrollBars: ScrollBars selectedSheet
Section titled "selectedSheet"Inherited from: WindowOptions
selectedSheet: Sheet selectedWorksheet
Section titled "selectedWorksheet"Inherited from: WindowOptions
selectedWorksheet: Worksheet tabBarVisible
Section titled "tabBarVisible"Inherited from: WindowOptions
tabBarVisible: boolean tabBarWidth
Section titled "tabBarWidth"Inherited from: WindowOptions
tabBarWidth: number Methods
Section titled "Methods"reset
Section titled "reset"Resets the window options to their default settings.
reset(): void