API Reference
Enum
ExcelMarginPreset
Common presets for page margins.
Inheritance
- Enum
- ExcelMarginPreset
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