Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PageType Enumeration
In This Topic
    PageType Enumeration
    In This Topic
    Represents the type of the page.
    Syntax
    public enum PageType : System.Enum 
    Members
    MemberDescription
    EvenPage Represents a even Page.
    FirstPage Represents a first page.
    OddPage Represents a odd page.
    Inheritance Hierarchy

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

    See Also