Click or drag to resize

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
Members
Member name Value Description
Landscape 2 Represents landscape setting.
Portrait 1 Represents potrait setting.
See Also