ExcelPrintOptions Properties |
The ExcelPrintOptions type exposes the following members.
Properties | Name | Description |
---|
 | AutomaticPageScaling |
Scaling factor for automatic page breaks.
|
 | Draft | True for printing in draft quality, false otherwise.
|
 | FitToPage | True for using
FitWorksheetHeightToPages
and FitWorksheetWidthToPages,
false otherwise.
|
 | FitWorksheetHeightToPages |
Fit worksheet height to this number of pages.
|
 | FitWorksheetWidthToPages |
Fit worksheet width to this number of pages.
|
 | HorizontalCentered | True for printing sheet horizontal centered, false otherwise.
|
 | Orientation | True for portrait orientation, false for landscape orientation.
|
 | PaperSize |
Specific paper size / type.
|
 | PrintBlackWhite | True for printing in black and white, false otherwise.
|
 | PrintCellNotes | True for printing cell notes, false otherwise.
|
 | PrintGridLines | True for printing gridlines, false otherwise.
|
 | PrintHeadings | True for print headings, false otherwise.
|
 | PrintNotesSheetEnd | True for printing notes at end of sheet, false otherwise.
|
 | PrintPagesInRows | True for printing pages in rows, false otherwise.
|
 | PrintResolution |
Print resolution in dpi.
|
 | StartPageNumber |
Start page number.
|
 | VerticalCentered | True for printing sheet vertical centered, false otherwise.
|
Top
See Also