SpreadsheetViewOptions Properties
Provides access to a set of display settings of the SpreadsheetControl.Name | Description |
---|---|
BackColor | Gets or sets the SpreadsheetControl’s background color when a worksheet’s visible area is restricted. |
Charts | Gets options specific to chart display in the SpreadsheetControl. |
ColumnHeaderHeight | Gets or sets the height of the column headers in pixels. |
Pictures | Provides access to options specific for displaying pictures in the spreadsheet. |
RowHeaderWidth | Gets or sets the width of the row headers in pixels. |
ShowColumnHeaders | Gets or sets a value indicating whether column headers are displayed in the SpreadsheetControl. |
ShowPlaceholders | Gets or sets whether to display placeholders for charts or slicers which are not supported. |
ShowPrintArea | Gets or sets whether the printable area of the worksheet is displayed with a dashed border. |
ShowRowHeaders | Gets or sets a value indicating whether row headers are displayed in the SpreadsheetControl. |
UseFontSubstitution | Gets or sets whether to use font substitution to display characters that are missing in the current font. |
See Also