Represents the workbook window options which are saved with custom views.

CustomViewWindowOptions

new CustomViewWindowOptions(a: CustomView): CustomViewWindowOptions

Returns CustomViewWindowOptions

$t: Type
boundsInPixels: IgRect
maximized: boolean

Inherited from: WindowOptions

objectDisplayStyle: ObjectDisplayStyle

Inherited from: WindowOptions

scrollBars: ScrollBars

Inherited from: WindowOptions

selectedSheet: Sheet

Inherited from: WindowOptions

selectedWorksheet: Worksheet
showFormulaBar: boolean
showStatusBar: boolean

Inherited from: WindowOptions

tabBarVisible: boolean

Inherited from: WindowOptions

tabBarWidth: number

Resets the window options to their default settings.

reset(): void

Returns void