Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Order Enumeration
In This Topic
    Order Enumeration
    In This Topic
    Represents the order that GcExcel uses to number pages when printing a large worksheet.
    Syntax
    public enum Order : System.Enum 
    Members
    MemberDescription
    DownThenOver Process down the rows before processing across pages or page fields to the right.
    OverThenDown Process across pages or page fields to the right before moving down the rows.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Order

    See Also