API Reference

Enum

ExcelPaperSize

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Known OpenXML worksheet paper-size codes.

Inheritance

  • Enum
  • ExcelPaperSize

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ExcelPaperSize Letter #

US Letter, 8.5 x 11 inches.

Value: 1
public const ExcelPaperSize LetterSmall #

US Letter Small, treated as Letter for image page geometry.

Value: 2
public const ExcelPaperSize Tabloid #

US Tabloid, 11 x 17 inches.

Value: 3
public const ExcelPaperSize Ledger #

US Ledger, 17 x 11 inches.

Value: 4
public const ExcelPaperSize Statement #

US Statement, 5.5 x 8.5 inches.

Value: 6
public const ExcelPaperSize Executive #

US Executive, 7.25 x 10.5 inches.

Value: 7
public const ExcelPaperSize A3 #

ISO A3, 297 x 420 millimeters.

Value: 8
public const ExcelPaperSize A4 #

ISO A4, 210 x 297 millimeters.

Value: 9
public const ExcelPaperSize A4Small #

ISO A4 Small, treated as A4 for image page geometry.

Value: 10
public const ExcelPaperSize A5 #

ISO A5, 148 x 210 millimeters.

Value: 11
public const ExcelPaperSize B4Jis #

JIS B4, 257 x 364 millimeters.

Value: 12
public const ExcelPaperSize B5Jis #

JIS B5, 182 x 257 millimeters.

Value: 13