Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageOrientation Enumeration


In This Topic
    PageOrientation Enumeration
    In This Topic
    Specifies the page orientation when the worksheet is printed.
    Syntax
    'Declaration
     
    
    Public Enum PageOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PageOrientation
    public enum PageOrientation : System.Enum 
    Members
    MemberDescription
    AutoUses the current printer setting
    LandscapeThe landscape mode.
    PortraitThe portrait mode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Printing.PageOrientation

    See Also