API Reference
Class
ExcelSheetPageSetup
Readable worksheet page setup values relevant to print/export pipelines.
Inheritance
- Object
- ExcelSheetPageSetup
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.GetPageSetup
Constructors
public ExcelSheetPageSetup() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<ExcelPageOrientation> Orientation { get; set; } #Worksheet page orientation when present.
public ExcelSheetPageMargins Margins { get; set; } #Worksheet print margins in inches when present.
public Nullable<UInt32> FitToWidth { get; set; } #Number of pages to fit horizontally, when configured.
public Nullable<UInt32> FitToHeight { get; set; } #Number of pages to fit vertically, when configured.
public Nullable<UInt32> Scale { get; set; } #Manual worksheet print scale percentage, when configured.
public Nullable<ExcelPageOrder> PageOrder { get; set; } #Worksheet page order for multi-page print/export output, when configured.