OfficeIMO

API Reference

Enum

ExcelMarginPreset

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

Common presets for page margins.

Inheritance

  • Enum
  • ExcelMarginPreset

Values

public const ExcelMarginPreset Normal #

Standard margins: left/right 0.7 inch, top/bottom 0.75 inch, header/footer 0.3 inch.

Value: 0
public const ExcelMarginPreset Narrow #

Narrow margins: left/right 0.25 inch, top/bottom 0.5 inch, header/footer 0.3 inch.

Value: 1
public const ExcelMarginPreset Moderate #

Moderate margins: left/right 0.75 inch, top/bottom 1.0 inch, header/footer 0.5 inch.

Value: 2
public const ExcelMarginPreset Wide #

Wide margins: left/right 1.0 inch, top/bottom 1.0 inch, header/footer 0.5 inch.

Value: 3