Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageOrder Enumeration


In This Topic
    ExcelPrintPageOrder Enumeration
    In This Topic
    Specifies the order in which pages are printed.
    Syntax
    'Declaration
     
    Public Enum ExcelPrintPageOrder 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelPrintPageOrder
    public enum ExcelPrintPageOrder : System.Enum 
    Members
    MemberDescription
    Auto[0] Automatically determines the best order for printing pages
    DownThenOver[1] Prints pages down then across
    OverThenDown[2] Prints pages across then down
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelPrintPageOrder

    See Also