Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageOrientation Enumeration


PageOrientation Enumeration
Specifies the page orientation when the worksheet is printed.
Syntax
'Declaration
 
Public Enum PageOrientation 
   Inherits System.Enum
 
'Usage
 
Dim instance As PageOrientation
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