FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / PageOrder Enumeration

In This Topic
    PageOrder Enumeration
    In This Topic
    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.FlexGrid.PageOrder

    See Also