Represents the workbook window options which are saved with custom views.
Constructors
Section titled "Constructors"CustomViewWindowOptions
new CustomViewWindowOptions(a: CustomView): CustomViewWindowOptions Returns CustomViewWindowOptions
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"boundsInPixels
Section titled "boundsInPixels"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
maximized
Section titled "maximized"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
objectDisplayStyle
Section titled "objectDisplayStyle"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
scrollBars
Section titled "scrollBars"Inherited from: WindowOptions
Gets or sets the scroll bars shown in the workbook window.
get scrollBars(): ScrollBars
Returns ScrollBars
selectedSheet
Section titled "selectedSheet"Inherited from: WindowOptions
selectedWorksheet
Section titled "selectedWorksheet"Inherited from: WindowOptions
Gets or sets the selected worksheet of the workbook.
get selectedWorksheet(): Worksheet
Returns Worksheet
showFormulaBar
Section titled "showFormulaBar"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
showStatusBar
Section titled "showStatusBar"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
tabBarVisible
Section titled "tabBarVisible"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
tabBarWidth
Section titled "tabBarWidth"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
Methods
Section titled "Methods"reset
Section titled "reset"Resets the window options to their default settings.
reset(): void