Represents the workbook window options which are saved with custom views.
Inheritance
Properties
Section titled "Properties"ObjectDisplayStyle
Section titled "ObjectDisplayStyle"Inherited from: WindowOptions
Gets or sets the way the objects and shapes are displayed in the workbook.
public ObjectDisplayStyle ObjectDisplayStyle { get; set; } ScrollBars
Section titled "ScrollBars"Inherited from: WindowOptions
Gets or sets the scroll bars shown in the workbook window.
public ScrollBars ScrollBars { get; set; } SelectedSheet
Section titled "SelectedSheet"Inherited from: WindowOptions
Gets or sets the selected worksheet of the workbook.
public Sheet SelectedSheet { get; set; } SelectedWorksheet
Section titled "SelectedWorksheet"Inherited from: WindowOptions
Gets or sets the selected worksheet of the workbook.
public Worksheet SelectedWorksheet { get; set; } TabBarVisible
Section titled "TabBarVisible"Inherited from: WindowOptions
Gets or sets the value indicating whether the worksheet tab bar is visible.
public bool TabBarVisible { get; set; } 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.
public int TabBarWidth { get; set; } BoundsInPixels
Section titled "BoundsInPixels"Gets or sets the pixel bounds of the workbook's MDI child window when owning these window options is applied.
public Rect BoundsInPixels { get; set; } Maximized
Section titled "Maximized"Gets or sets the value indicating whether the workbook's MDI child window will be maximized when the owning these window options is applied.
public bool Maximized { get; set; } ShowFormulaBar
Section titled "ShowFormulaBar"Gets or sets the value indicating whether Microsoft Excel will display the formula bar when the owning these window options is applied.
public bool ShowFormulaBar { get; set; } ShowStatusBar
Section titled "ShowStatusBar"Gets or sets the value indicating whether Microsoft Excel will display the status bar when the owning these window options is applied.
public bool ShowStatusBar { get; set; } Methods
Section titled "Methods"Reset()
Section titled "Reset()"Resets the window options to their default settings.
public override void Reset()