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