Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / TableItemType Enumeration
In This Topic
    TableItemType Enumeration
    In This Topic
    Represents parts of a table.
    Syntax
    [System.Flags()]
    public enum TableItemType : System.Enum 
    Members
    MemberDescription
    All [#All] The headers, data and the data part.
    Data [#Data] The data part.
    Headers [#Headers] The headers part.
    None No item specifier was used.
    ThisRow @[Column_Name] The current row.
    Totals [#Totals] The totals part.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Expressions.TableItemType

    See Also