Represents the window options which are saved with the workbook.

WorkbookWindowOptions

new WorkbookWindowOptions(a: Workbook): WorkbookWindowOptions

Returns WorkbookWindowOptions

$t: Type
boundsInTwips: IgRect
firstVisibleTabIndex: number
minimized: boolean

Inherited from: WindowOptions

objectDisplayStyle: ObjectDisplayStyle

Inherited from: WindowOptions

scrollBars: ScrollBars

Inherited from: WindowOptions

selectedSheet: Sheet

Inherited from: WindowOptions

selectedWorksheet: Worksheet

Inherited from: WindowOptions

tabBarVisible: boolean

Inherited from: WindowOptions

tabBarWidth: number

Resets the window options to their default settings.

reset(): void

Returns void