Spread WPF 17
GrapeCity.Excel Namespace / ExcelTableElementType Enumeration


In This Topic
    ExcelTableElementType Enumeration
    In This Topic
    An enumeration that specifies the table element's type.
    Syntax
    'Declaration
     
    Public Enum ExcelTableElementType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelTableElementType
    public enum ExcelTableElementType : System.Enum 
    Members
    MemberDescription
    FirstColumnFirst column
    FirstColumnStripeFirst Column stripe
    FirstHeaderCellFirst header cell
    FirstRowStripeFirst row stripe
    FirstTotalCellFirst total cell
    HeaderRowHeader row
    LastColumnLast column
    LastHeaderCellLast header cell
    LastTotalCellLast total cell
    SecondColumnStripeSecond column stripe
    SecondRowStripeSecond row stripe
    TotalRowTotal row
    WholeTableWhole Table
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelTableElementType

    See Also