Abstract base class which exposes the various workbook window options available which can be saved with both a workbook and a custom view.

Inheritance

object

Classes that extend this class.

Derived Classes

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

public ObjectDisplayStyle ObjectDisplayStyle { get; set; }

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

public ScrollBars ScrollBars { get; set; }

Gets or sets the selected worksheet of the workbook.

public Sheet SelectedSheet { get; set; }

Gets or sets the selected worksheet of the workbook.

public Worksheet SelectedWorksheet { get; set; }

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

public bool TabBarVisible { get; set; }

Gets or sets the width of the worksheet tab bar, expressed in 1/1000ths of the application width.

public int TabBarWidth { get; set; }

Resets the window options to their default settings.

public virtual void Reset()

Returns any