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

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 in the current .

public int MagnificationInCurrentView { 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