Static
$tStatic
nextGets or sets the value indicating whether to align header and footer margins with page margins.
Gets or sets the margin at the bottom of each printed page of the worksheet, specified in inches. The margin at the bottom of each printed page of the worksheet, specified in inches.
[[ArgumentOutOfRangeException]] The assigned value is outside the valid margin range of 0 and 100 inches.
Gets or sets the value indicating whether the printed pages should be printed using draft quality. The value indicating whether the printed pages should be printed using draft quality.
Gets or sets the footer for each page of the printed worksheet.
The '&' character in the header and footer is a special character. Depending on what is after it,
the formatting of the text can be controlled or dynamic text can be inserted. Below is a list of
the available commands:
The header or footer string could look like this: &L&"Arial,Bold"&D&CPage &P of &N on &A&R&14&F.
The footer for each page of the worksheet.Gets or sets the footer margin for each printed page of the worksheet, specified in inches. The footer margin for each printed page of the worksheet, specified in inches.
[[ArgumentOutOfRangeException]] The assigned value is outside the valid margin range of 0 and 100 inches.
Gets or sets the header for each page of the printed worksheet.
The '&' character in the header and footer is a special character. Depending on what is after it,
the formatting of the text can be controlled or dynamic text can be inserted. Below is a list of
the available commands:
The header or footer string could look like this: &L&"Arial,Bold"&D&CPage &P of &N on &A&R&14&F.
The header for each page of the worksheet.Gets or sets the header margin for each printed page of the worksheet, specified in inches. The header margin for each printed page of the worksheet, specified in inches.
[[ArgumentOutOfRangeException]] The assigned value is outside the valid margin range of 0 and 100 inches.
Gets or sets the margin at the left of each printed page of the worksheet, specified in inches. The margin at the left of each printed page of the worksheet, specified in inches.
[[ArgumentOutOfRangeException]] The assigned value is outside the valid margin range of 0 and 100 inches.
Gets or sets the number of copies to print. The number of copies to print.
[[ArgumentOutOfRangeException]] The assigned value is outside the valid range of 1 and 65535.
Gets or sets the orientation for each page of the printed worksheet. The orientation for each page of the printed worksheet.
[[InvalidEnumArgumentException]] The assigned value is not defined in the [[orientation]] enumeration.
Returns the resolved orientation for each page of the printed worksheet.
Gets or sets the method with which pages are numbered.
If this is set to a value of UseStartPageNumber, the first page is numbered using the [[startPageNumber]].
The method with which pages are numbered.[[InvalidEnumArgumentException]] The assigned value is not defined in the [[pageNumbering]] enumeration.
[[startPageNumber]]
Gets or sets the paper size for each printed page of the worksheet. The paper size for each printed page of the worksheet.
[[InvalidEnumArgumentException]] The assigned value is not defined in the [[paperSize]] enumeration.
Gets or sets the way error values of cells are printed.
A cell can have an error value if its [[WorksheetCell.value]] is set directly to an [[ErrorValue]] or if it is set to a [[Formula]] that evaluates to an error.
The way error values of cells are printed.[[InvalidEnumArgumentException]] The assigned value is not defined in the [[printErrors]] enumeration.
Gets or sets the value indicating whether the worksheet should be printed in black and white. The value indicating whether the worksheet should be printed in black and white.
Gets or sets the way cell comments are printed.
If this is set to a value of PrintAsDisplayed, the comments will only print if they are displayed on the worksheet. If comments are hidden but indicators are shown, neither the indicators nor the comments will print.
The way cell notes are printed.[[InvalidEnumArgumentException]] The assigned value is not defined in the [[printNotes]] enumeration.
Gets or sets the horizontal print resolution in DPI. The horizontal print resolution in DPI.
[[ArgumentOutOfRangeException]] The value assigned is outside the valid range of 0 and 65535.
[[verticalResolution]]
Gets or sets the margin at the right of each printed page of the worksheet, specified in inches. The margin at the right of each printed page of the worksheet, specified in inches.
[[ArgumentOutOfRangeException]] The assigned value is outside the valid margin range of 0 and 100 inches.
Gets or sets the value indicating whether to scale the headers and footers with the document scaling.
Gets or sets the page number for the first printed page of the worksheet.
For this value to be used, [[pageNumbering]] must be set to a value of UseStartPageNumber.
The page number for the first printed page of the worksheet.[[ArgumentOutOfRangeException]] The assigned value is outside the valid range of -32765 and 32767.
[[pageNumbering]]
Gets or sets the margin at the top of each printed page of the worksheet, specified in inches. The margin at the top of each printed page of the worksheet, specified in inches.
[[ArgumentOutOfRangeException]] The assigned value is outside the valid margin range of 0 and 100 inches.
Gets or sets the vertical print resolution in DPI. The vertical print resolution in DPI.
[[ArgumentOutOfRangeException]] The value assigned is outside the valid range of 0 and 65535.
[[resolution]]
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Base class which exposes the various print options available for a sheet which can be saved with both a sheet and its custom view.
This class provides a way to control how a sheet is printed.
See