Class which exposes the display options which can only be controlled through the worksheet.

Inherited from: DisplayOptions

Gets the settings which control the frozen panes in the worksheet.

public FrozenPaneSettings FrozenPaneSettings { get; }

Inherited from: DisplayOptions

Gets or sets the color of the gridlines on the worksheet.

public Color GridlineColor { get; set; }

Inherited from: DisplayOptions

Gets or sets the value which indicates if the panes in the worksheet are frozen.

public bool PanesAreFrozen { get; set; }

ShowExpansionIndicatorBelowGroupedRows

Section titled "ShowExpansionIndicatorBelowGroupedRows"

Inherited from: DisplayOptions

Gets or sets the value which indicates whether the expansion indicators should be shown below grouped, or indented rows.

public ExcelDefaultableBoolean ShowExpansionIndicatorBelowGroupedRows { get; set; }

ShowExpansionIndicatorToRightOfGroupedColumns

Section titled "ShowExpansionIndicatorToRightOfGroupedColumns"

Inherited from: DisplayOptions

Gets or sets the value which indicates whether the expansion indicators should be shown to the right of grouped, or indented rows.

public ExcelDefaultableBoolean ShowExpansionIndicatorToRightOfGroupedColumns { get; set; }

Inherited from: DisplayOptions

Gets or sets the value which indicates whether formulas are shown in cells.

public bool ShowFormulasInCells { get; set; }

Inherited from: DisplayOptions

Gets or sets the value which indicates whether gridlines are shown between cells.

public bool ShowGridlines { get; set; }

Inherited from: DisplayOptions

Gets or sets the value which indicates whether outline symbols are shown for outlined columns and rows.

public bool ShowOutlineSymbols { get; set; }

Inherited from: DisplayOptions

Gets or sets the value which indicates whether to display row and column headers.

public bool ShowRowAndColumnHeaders { get; set; }

Inherited from: DisplayOptions

Gets or sets the value which indicates whether to show rulers in the page layout view.

public bool ShowRulerInPageLayoutView { get; set; }

Inherited from: DisplayOptions

Gets or sets the value which indicates whether zero values are shown in cells.

public bool ShowZeroValues { get; set; }

Inherited from: DisplayOptions

Gets the settings which control the unfrozen panes in the worksheet.

public UnfrozenPaneSettings UnfrozenPaneSettings { get; }

Inherited from: DisplayOptions

Gets or sets the current view of the worksheet.

public WorksheetView View { get; set; }

Inherited from: DisplayOptionsBase

Gets or sets the visibility of the sheet.

public WorksheetVisibility Visibility { get; set; }

Gets or sets the magnification level of the worksheet when it is displayed in normal view.

public int MagnificationInNormalView { get; set; }

Gets or sets the magnification level of the worksheet when it is displayed in the page break preview.

public int MagnificationInPageBreakView { get; set; }

Gets or sets the magnification level of the worksheet when it is displayed in page layout view.

public int MagnificationInPageLayoutView { get; set; }

Gets or sets the value indicating whether the columns are ordered right to left.

public bool OrderColumnsRightToLeft { get; set; }

Gets or sets the value which indicates whether to show whitespace between worksheet pages in page layout view.

public bool ShowWhitespaceInPageLayoutView { get; set; }

Gets or sets the to use for the associated worksheet's tab in the tab bar of Microsoft Excel.

public WorkbookColorInfo TabColorInfo { get; set; }

Inherited from: DisplayOptions

Removes any saved selection information.

public void ClearSelection()

Returns any

Inherited from: DisplayOptionsBase

Resets the display options to their default settings.

public void Reset()

Returns any

Resets the display options to their default settings.

protected override void ResetCore()

Returns any