Represents the window options which are saved with the workbook.

Inherited from: WindowOptions

Gets or sets the way the objects and shapes are displayed in the workbook.

public ObjectDisplayStyle ObjectDisplayStyle { get; set; }

Inherited from: WindowOptions

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

public ScrollBars ScrollBars { get; set; }

Inherited from: WindowOptions

Gets or sets the selected worksheet of the workbook.

public Sheet SelectedSheet { get; set; }

Inherited from: WindowOptions

Gets or sets the selected worksheet of the workbook.

public Worksheet SelectedWorksheet { get; set; }

Inherited from: WindowOptions

Gets or sets the value indicating whether the worksheet tab bar is visible.

public bool TabBarVisible { get; set; }

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; }

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

public Rect BoundsInTwips { get; set; }

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

public int FirstVisibleTabIndex { get; set; }

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

public bool Minimized { get; set; }

Resets the window options to their default settings.

public override void Reset()

Returns any