Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetView Members

Provides access to a set of display and print settings for a worksheet.

Properties

Name Description
Margins Provides access to an object that specifies page margins used when a worksheet is being printed.
Orientation Gets or sets the page orientation applied when a worksheet is being printed.
PaperKind Gets or sets a value that specifies the paper size used when a worksheet is being printed.
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 worksheet tab.
ViewType Gets or sets a view to display worksheet content.
Zoom Gets or sets the current zoom percentage used to display the worksheet.
See Also