Class which exposes the worksheet display options which can only be controlled through the custom view.
Constructors
Section titled "Constructors"CustomViewDisplayOptions
new CustomViewDisplayOptions(a: Worksheet, b: CustomView): CustomViewDisplayOptions Returns CustomViewDisplayOptions
Properties
Section titled "Properties"$t: Type gridlineColor
Section titled "gridlineColor"Inherited from: DisplayOptions
gridlineColor: any magnificationInCurrentView
Section titled "magnificationInCurrentView"magnificationInCurrentView: number panesAreFrozen
Section titled "panesAreFrozen"Inherited from: DisplayOptions
panesAreFrozen: boolean showExpansionIndicatorBelowGroupedRows
Section titled "showExpansionIndicatorBelowGroupedRows"Inherited from: DisplayOptions
showExpansionIndicatorBelowGroupedRows: boolean showExpansionIndicatorToRightOfGroupedColumns
Section titled "showExpansionIndicatorToRightOfGroupedColumns"Inherited from: DisplayOptions
showExpansionIndicatorToRightOfGroupedColumns: boolean showFormulasInCells
Section titled "showFormulasInCells"Inherited from: DisplayOptions
showFormulasInCells: boolean showGridlines
Section titled "showGridlines"Inherited from: DisplayOptions
showGridlines: boolean showOutlineSymbols
Section titled "showOutlineSymbols"Inherited from: DisplayOptions
showOutlineSymbols: boolean showRowAndColumnHeaders
Section titled "showRowAndColumnHeaders"Inherited from: DisplayOptions
showRowAndColumnHeaders: boolean showRulerInPageLayoutView
Section titled "showRulerInPageLayoutView"Inherited from: DisplayOptions
showRulerInPageLayoutView: boolean showZeroValues
Section titled "showZeroValues"Inherited from: DisplayOptions
showZeroValues: boolean Inherited from: DisplayOptions
view: WorksheetView visibility
Section titled "visibility"Inherited from: DisplayOptions
visibility: WorksheetVisibility Accessors
Section titled "Accessors"frozenPaneSettings
Section titled "frozenPaneSettings"Inherited from: DisplayOptions
Gets the settings which control the frozen panes in the worksheet.
get frozenPaneSettings(): FrozenPaneSettings Returns FrozenPaneSettings
unfrozenPaneSettings
Section titled "unfrozenPaneSettings"Inherited from: DisplayOptions
Gets the settings which control the unfrozen panes in the worksheet.
get unfrozenPaneSettings(): UnfrozenPaneSettings Returns UnfrozenPaneSettings
Methods
Section titled "Methods"clearSelection
Section titled "clearSelection"Inherited from: DisplayOptions
Removes any saved selection information.
clearSelection(): void Returns void
reset
Section titled "reset"Inherited from: DisplayOptions
Resets the display options to their default settings.
reset(): void