API Reference
Enum
ExcelMarginPreset
Common presets for page margins.
Inheritance
- Enum
- ExcelMarginPreset
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
- Field ExcelMarginPreset.Moderate
- Field ExcelMarginPreset.Narrow
- Field ExcelMarginPreset.Normal
- Field ExcelMarginPreset.Wide
Accepted by parameters
- Method ExcelSheet.SetMarginsPreset
- Method SheetComposer.Margins
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const ExcelMarginPreset Normal #Standard margins: left/right 0.7 inch, top/bottom 0.75 inch, header/footer 0.3 inch.
Value:
0public const ExcelMarginPreset Narrow #Narrow margins: left/right 0.25 inch, top/bottom 0.5 inch, header/footer 0.3 inch.
Value:
1public const ExcelMarginPreset Moderate #Moderate margins: left/right 0.75 inch, top/bottom 1.0 inch, header/footer 0.5 inch.
Value:
2public const ExcelMarginPreset Wide #Wide margins: left/right 1.0 inch, top/bottom 1.0 inch, header/footer 0.5 inch.
Value:
3