PageOrientationType Enumeration
|
Page orientation types in Excel.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum PageOrientationType
Public Enumeration PageOrientationType
public enum class PageOrientationType
Members
|
Member name
|
Value
|
Description
|
|
Landscape
|
2
|
Represents landscape setting.
|
|
Portrait
|
1
|
Represents potrait setting.
|
See Also