[]
Gets or sets the print orientation of Excel sheet.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<PageOrientation> Orientation { get; set; }
| Type | Description |
|---|---|
| EnumDefaultExportSetting<PageOrientation> | An EnumDefaultExportSetting<T> object representing the print orientation. |