ComponentOne FlexGrid for WinForms
PageOrder Enumeration

C1.Win.C1FlexGrid Namespace : PageOrder Enumeration
Specifies the order of the pages during printing when the data does not fit on one page.
Syntax
'Declaration
 
Public Enum PageOrder 
   Inherits System.Enum
public enum PageOrder : System.Enum 
Members
MemberDescription
DownThenOverPrint pages from the top down and then left to right.
OverThenDownPrint pages from left to right and then from the top down.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.PageOrder

See Also

Reference

C1.Win.C1FlexGrid Namespace