ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Printing Namespace / PagePrintOrder Enumeration

In This Topic
    PagePrintOrder Enumeration
    In This Topic
    Used with the PageSetup.Order property.
    Syntax
    'Declaration
     
    Public Enum PagePrintOrder 
       Inherits System.Enum
    public enum PagePrintOrder : System.Enum 
    Members
    MemberDescription
    DownThenOverDown then over
    OverThenDownOover then down
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.SpreadBuilder.Printing.PagePrintOrder

    See Also