WorksheetView Properties
Contains display and print settings for a worksheet.Name | Description |
---|---|
CustomPaperHeight | Returns the custom paper height. Inherited from SheetView. |
CustomPaperWidth | Returns the custom paper width. Inherited from SheetView. |
GridlineColor | Specifies the color of worksheet gridlines. |
IsSelected | Returns or specifies whether a sheet is selected in a workbook. Inherited from SheetView. |
Margins | Returns an object that defines page margins for a printed sheet. Inherited from SheetView. |
Orientation | Returns or specifies page orientation for a printed sheet. Inherited from SheetView. |
PaperKind | Returns or specifies paper size for a printed sheet. Inherited from SheetView. |
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. |
ShowHeadings | Gets or sets whether row and column headers are visible on the worksheet. |
ShowOutlineSymbols | Gets or sets a value indicating whether to show outline symbols and bars for a worksheet with grouped data. |
ShowRightToLeft | Gets or sets a value indicating whether the worksheet should be displayed from right to left. |
ShowZeroValues | Gets or sets a value indicating whether to display “0” (zero) in cells that have zero values. |
TabColor | Gets or sets the color of the sheet tab. Inherited from SheetView. |
ViewType | Gets or sets a view to display worksheet content. |
Zoom | Returns or specifies the zoom percentage for a sheet. Inherited from SheetView. |
See Also