Abstract base class which exposes the various display options available for a worksheet which can be saved with both a worksheet and a custom view.
Constructors
Section titled "Constructors"DisplayOptions
new DisplayOptions(a: Worksheet): DisplayOptions Returns DisplayOptions
Properties
Section titled "Properties"$t: Type gridlineColor
Section titled "gridlineColor"gridlineColor: any panesAreFrozen
Section titled "panesAreFrozen"panesAreFrozen: boolean showExpansionIndicatorBelowGroupedRows
Section titled "showExpansionIndicatorBelowGroupedRows"showExpansionIndicatorBelowGroupedRows: boolean showExpansionIndicatorToRightOfGroupedColumns
Section titled "showExpansionIndicatorToRightOfGroupedColumns"showExpansionIndicatorToRightOfGroupedColumns: boolean showFormulasInCells
Section titled "showFormulasInCells"showFormulasInCells: boolean showGridlines
Section titled "showGridlines"showGridlines: boolean showOutlineSymbols
Section titled "showOutlineSymbols"showOutlineSymbols: boolean showRowAndColumnHeaders
Section titled "showRowAndColumnHeaders"showRowAndColumnHeaders: boolean showRulerInPageLayoutView
Section titled "showRulerInPageLayoutView"showRulerInPageLayoutView: boolean showZeroValues
Section titled "showZeroValues"showZeroValues: boolean view: WorksheetView visibility
Section titled "visibility"Inherited from: DisplayOptionsBase
visibility: WorksheetVisibility Accessors
Section titled "Accessors"frozenPaneSettings
Section titled "frozenPaneSettings"Gets the settings which control the frozen panes in the worksheet.
get frozenPaneSettings(): FrozenPaneSettings Returns FrozenPaneSettings
unfrozenPaneSettings
Section titled "unfrozenPaneSettings"Gets the settings which control the unfrozen panes in the worksheet.
get unfrozenPaneSettings(): UnfrozenPaneSettings Returns UnfrozenPaneSettings
Methods
Section titled "Methods"clearSelection
Section titled "clearSelection"Removes any saved selection information.
clearSelection(): void Returns void
reset
Section titled "reset"Inherited from: DisplayOptionsBase
Resets the display options to their default settings.
reset(): void