IXlSheetViewOptions Properties
Provides access to a set of display options for a worksheet.| Name | Description |
|---|---|
| RightToLeft | Gets or sets a value indicating whether the worksheet is displayed from right to left. |
| ShowFormulas | Gets or sets whether to display the formula in each cell instead of the formula result. |
| ShowGridLines | Gets or sets whether worksheet gridlines are visible. |
| ShowOutlineSymbols | Gets or sets whether outline symbols are visible on the worksheet that contains outlined data. |
| ShowRowColumnHeaders | Gets or sets whether row and column headers are visible on the worksheet. |
| ShowZeroValues | Gets or sets whether to display zero values in worksheet cells. |
See Also