API Reference
Class
ExcelSheetPrintOptions
Worksheet print options that are stored in the Open XML printOptions element.
Inheritance
- Object
- ExcelSheetPrintOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ExcelSheet.GetPrintOptions
Constructors
public ExcelSheetPrintOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> PrintGridLines { get; set; } #Gets whether worksheet gridlines are printed, when configured.
public Nullable<Boolean> PrintHeadings { get; set; } #Gets whether row and column headings are printed, when configured.
public Nullable<Boolean> HorizontalCentered { get; set; } #Gets whether the sheet is centered horizontally when printed, when configured.
public Nullable<Boolean> VerticalCentered { get; set; } #Gets whether the sheet is centered vertically when printed, when configured.