Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PageOrientation Enumeration
In This Topic
    PageOrientation Enumeration
    In This Topic
    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