ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearExcelPageOrder Enumeration




In This Topic
    ImGearExcelPageOrder Enumeration
    In This Topic
    Options for ordering the pages of a sheet during pagination.
    Syntax
    'Declaration
     
    Public Enum ImGearExcelPageOrder 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearExcelPageOrder
    public enum ImGearExcelPageOrder : System.Enum 
    __value public enum ImGearExcelPageOrder : public System.Enum 
    public enum class ImGearExcelPageOrder : public System.Enum 
    Members
    MemberValueDescription
    DownThenOver0Default. Pages will be created in the order starting with the first page in the first column and moving down. When the end of the page column is reached, focus moves back up to the start of the next page column. This process is continued until all active content has added to pages.
    OverThenDown1Default. Pages will be created in the order starting with the first page in the first row and moving across. When the end of the page row is reached, focus moves down to the start of the next page row. This process is continued until all active content has added to pages.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.Office.ImGearExcelPageOrder

    See Also