Class which exposes the display options which can only be controlled through the worksheet.
Constructors
Section titled "Constructors"WorksheetDisplayOptions
new WorksheetDisplayOptions(a: Worksheet, b: boolean): WorksheetDisplayOptions Returns WorksheetDisplayOptions
Properties
Section titled "Properties"$t: Type gridlineColor
Section titled "gridlineColor"Inherited from: DisplayOptions
gridlineColor: any magnificationInNormalView
Section titled "magnificationInNormalView"magnificationInNormalView: number magnificationInPageBreakView
Section titled "magnificationInPageBreakView"magnificationInPageBreakView: number magnificationInPageLayoutView
Section titled "magnificationInPageLayoutView"magnificationInPageLayoutView: number orderColumnsRightToLeft
Section titled "orderColumnsRightToLeft"orderColumnsRightToLeft: boolean 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 showWhitespaceInPageLayoutView
Section titled "showWhitespaceInPageLayoutView"showWhitespaceInPageLayoutView: boolean showZeroValues
Section titled "showZeroValues"Inherited from: DisplayOptions
showZeroValues: boolean tabColorInfo
Section titled "tabColorInfo"tabColorInfo: WorkbookColorInfo 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