Version

DisplayOptions Class Members

The following tables list the members exposed by DisplayOptions.

Public Properties
 NameDescription
Public PropertyFrozenPaneSettingsGets the settings which control the frozen panes in the worksheet.  
Public PropertyGridlineColorGets or sets the color of the gridlines on the worksheet.  
Public PropertyPanesAreFrozenGets or sets the value which indicates if the panes in the worksheet are frozen.  
Public PropertyShowExpansionIndicatorBelowGroupedRowsGets or sets the value which indicates whether the expansion indicators should be shown below grouped, or indented rows.  
Public PropertyShowExpansionIndicatorToRightOfGroupedColumnsGets or sets the value which indicates whether the expansion indicators should be shown to the right of grouped, or indented rows.  
Public PropertyShowFormulasInCellsGets or sets the value which indicates whether formulas are shown in cells.  
Public PropertyShowGridlinesGets or sets the value which indicates whether gridlines are shown between cells.  
Public PropertyShowOutlineSymbolsGets or sets the value which indicates whether outline symbols are shown for outlined columns and rows.  
Public PropertyShowRowAndColumnHeadersGets or sets the value which indicates whether to display row and column headers.  
Public PropertyShowRulerInPageLayoutViewGets or sets the value which indicates whether to show rulers in the page layout view.  
Public PropertyShowZeroValuesGets or sets the value which indicates whether zero values are shown in cells.  
Public PropertyUnfrozenPaneSettingsGets the settings which control the unfrozen panes in the worksheet.  
Public PropertyViewGets or sets the current view of the worksheet.  
Public PropertyVisibilityGets or sets the visibility of the sheet. (Inherited from Infragistics.Documents.Excel.DisplayOptionsBase)
Public Methods
 NameDescription
Public MethodClearSelectionRemoves any saved selection information.  
Public MethodResetResets the display options to their default settings. (Inherited from Infragistics.Documents.Excel.DisplayOptionsBase)
Protected Methods
 NameDescription
Protected MethodResetCoreOverridden. Resets the display options to their default settings.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs after a property value has changed (Inherited from Infragistics.Documents.Excel.DisplayOptionsBase)
See Also