FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintOrientation Enumeration


PrintOrientation Enumeration
Specifies the page orientation used to print the sheet.
Syntax
'Declaration
 
Public Enum PrintOrientation 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrintOrientation
Members
MemberDescription
Auto[0] Uses the current printer setting
Landscape[2] Prints the sheet in landscape orientation
Portrait[1] Prints the sheet in portrait orientation
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.PrintOrientation

See Also