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

CustomViewDisplayOptions

new CustomViewDisplayOptions(a: Worksheet, b: CustomView): CustomViewDisplayOptions

Returns CustomViewDisplayOptions

$t: Type

Inherited from: DisplayOptions

gridlineColor: any
magnificationInCurrentView: number

Inherited from: DisplayOptions

panesAreFrozen: boolean

showExpansionIndicatorBelowGroupedRows

Section titled "showExpansionIndicatorBelowGroupedRows"

Inherited from: DisplayOptions

showExpansionIndicatorBelowGroupedRows: boolean

showExpansionIndicatorToRightOfGroupedColumns

Section titled "showExpansionIndicatorToRightOfGroupedColumns"

Inherited from: DisplayOptions

showExpansionIndicatorToRightOfGroupedColumns: boolean

Inherited from: DisplayOptions

showFormulasInCells: boolean

Inherited from: DisplayOptions

showGridlines: boolean

Inherited from: DisplayOptions

showOutlineSymbols: boolean

Inherited from: DisplayOptions

showRowAndColumnHeaders: boolean

Inherited from: DisplayOptions

showRulerInPageLayoutView: boolean

Inherited from: DisplayOptions

showZeroValues: boolean

Inherited from: DisplayOptions

view: WorksheetView

Inherited from: DisplayOptions

visibility: WorksheetVisibility

Inherited from: DisplayOptions

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

get frozenPaneSettings(): FrozenPaneSettings

Returns FrozenPaneSettings

Inherited from: DisplayOptions

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

get unfrozenPaneSettings(): UnfrozenPaneSettings

Returns UnfrozenPaneSettings

Inherited from: DisplayOptions

Removes any saved selection information.

clearSelection(): void

Returns void

Inherited from: DisplayOptions

Resets the display options to their default settings.

reset(): void

Returns void