Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Order Enumeration
In This Topic
    Order Enumeration
    In This Topic
    Represents the order uses to number pages when printing a large worksheet.
    Members
    MemberDescription
    DownThenOverProcess down the rows before processing across pages or page fields to the right.
    OverThenDownProcess across pages or page fields to the right before moving down the rows.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.Order

    See Also