Excel |
The ExcelPrintOptions type exposes the following members.
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. |
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified ExcelPrintOptions is equal
to the current ExcelPrintOptions.
(Overrides ObjectEquals(Object)) |
![]() | GetHashCode |
Returns the hash code of this object.
(Overrides ObjectGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |