ExcelPageOrientation Enumeration |
Represents the page orientation of a worksheet.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelPageOrientation
Public Enumeration ExcelPageOrientation
Members| Member name | Value | Description |
|---|
| Portrait | 0 |
Portrait page orientation.
|
| Landscape | 1 |
Landscape page orientation.
|
See Also