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

CustomViewWindowOptions

new CustomViewWindowOptions(a: CustomView): CustomViewWindowOptions

Returns CustomViewWindowOptions

Gets or sets the pixel bounds of the workbook's MDI child window when [[CustomView]] owning these window options is applied.

get boundsInPixels(): IgRect

Returns IgRect

set boundsInPixels(a: IgRect): void

Parameters

  • a: IgRect

Returns void

Gets or sets the value indicating whether the workbook's MDI child window will be maximized when the [[CustomView]] owning these window options is applied.

get maximized(): boolean

Returns boolean

set maximized(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

Gets or sets the value indicating whether Microsoft Excel will display the formula bar when the [[CustomView]] owning these window options is applied.

get showFormulaBar(): boolean

Returns boolean

set showFormulaBar(a: boolean): void

Parameters

  • a: boolean

Returns void

Gets or sets the value indicating whether Microsoft Excel will display the status bar when the [[CustomView]] owning these window options is applied.

get showStatusBar(): boolean

Returns boolean

set showStatusBar(a: boolean): void

Parameters

  • a: boolean

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