Represents the window options which are saved with the workbook.

WorkbookWindowOptions

new WorkbookWindowOptions(a: Workbook): WorkbookWindowOptions

Returns WorkbookWindowOptions

Gets or sets the bounds of the workbook's MDI child window in twips (1/20th of a point).

get boundsInTwips(): IgRect

Returns IgRect

set boundsInTwips(a: IgRect): void

Parameters

  • a: IgRect

Returns void

Gets or sets the index of the first visible tab in the worksheet tab bar.

get firstVisibleTabIndex(): number

Returns number

set firstVisibleTabIndex(a: number): void

Parameters

  • a: number

Returns void

Gets or sets the value indicating whether the workbook's MDI child window is minimized in Microsoft Excel.

get minimized(): boolean

Returns boolean

set minimized(a: boolean): void

Parameters

  • a: boolean

Returns void

Inherited from: WindowOptions

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

set objectDisplayStyle(a: ObjectDisplayStyle): void

Parameters

Returns void

Inherited from: WindowOptions

Gets or sets the scroll bars shown in the workbook window.

get scrollBars(): ScrollBars

Returns ScrollBars

set scrollBars(a: ScrollBars): void

Parameters

Returns void

Inherited from: WindowOptions

Gets or sets the selected worksheet of the workbook.

get selectedSheet(): Sheet

Returns Sheet

set selectedSheet(a: Sheet): void

Parameters

Returns void

Inherited from: WindowOptions

Gets or sets the selected worksheet of the workbook.

get selectedWorksheet(): Worksheet

Returns Worksheet

set selectedWorksheet(a: Worksheet): void

Parameters

Returns void

Inherited from: WindowOptions

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

Inherited from: WindowOptions

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

Resets the window options to their default settings.

reset(): void

Returns void