Abstract base class which exposes the various workbook window options available which can be saved with both a workbook and a custom view.

WindowOptions

new WindowOptions(a: Workbook): WindowOptions

Returns WindowOptions

$t: Type
objectDisplayStyle: ObjectDisplayStyle
scrollBars: ScrollBars
selectedSheet: Sheet
selectedWorksheet: Worksheet
tabBarVisible: boolean
tabBarWidth: number

Resets the window options to their default settings.

reset(): void

Returns void