API Reference
LegacyXlsPageSetup
Represents worksheet page setup metadata parsed from legacy XLS print records.
Inheritance
- Object
- LegacyXlsPageSetup
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
- Property LegacyXlsWorksheet.PageSetup
Constructors
public LegacyXlsPageSetup() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Nullable<Double> LeftMargin { get; set; } #Gets the left margin in inches, when present.
public Nullable<Double> RightMargin { get; set; } #Gets the right margin in inches, when present.
public Nullable<Double> TopMargin { get; set; } #Gets the top margin in inches, when present.
public Nullable<Double> BottomMargin { get; set; } #Gets the bottom margin in inches, when present.
public Nullable<Double> HeaderMargin { get; set; } #Gets the header margin in inches, when present.
public String HeaderText { get; set; } #Gets the raw Excel header/footer control string for the worksheet header, when present.
public String FirstHeaderText { get; set; } #Gets the raw Excel header/footer control string for the first-page header, when present.
public String EvenHeaderText { get; set; } #Gets the raw Excel header/footer control string for even-page headers, when present.
public Nullable<Boolean> PrintGridLines { get; set; } #Gets whether worksheet gridlines should print, when present.
public Nullable<Boolean> PrintHeadings { get; set; } #Gets whether row and column headings should print, when present.
public Nullable<Boolean> HorizontalCentered { get; set; } #Gets whether the sheet should be centered horizontally when printed, when present.
public Nullable<Boolean> VerticalCentered { get; set; } #Gets whether the sheet should be centered vertically when printed, when present.
public Nullable<Boolean> FitToPage { get; set; } #Gets whether fit-to-page scaling should be enabled, when present.
public Nullable<Boolean> Landscape { get; set; } #Gets whether the sheet should be printed in landscape orientation, when present.
public Nullable<UInt16> Scale { get; set; } #Gets the print scale percentage, when present.
public Nullable<UInt16> FitToWidth { get; set; } #Gets the number of pages to fit horizontally, when present.
public Nullable<UInt16> FitToHeight { get; set; } #Gets the number of pages to fit vertically, when present.
public Nullable<ExcelPageOrder> PageOrder { get; set; } #Gets the worksheet page order for multi-page printing, when present.
public Nullable<UInt16> PrintedSize { get; set; } #Gets the worksheet printed-size mode, when specified by a PrintSize record.