GrapeCity.Documents.Excel Namespace / PageOrientation Enumeration
PageOrientation Enumeration
Represents the portrait or landscape printing mode.
Syntax
public enum PageOrientation : System.Enum 
Members
MemberDescription
Landscape Landscape mode.
Portrait Portrait mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Excel.PageOrientation

See Also