API Reference

Class

ExcelSheetPageSetup

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public ExcelSheetPageSetup() #

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.