GrapeCity.Documents.Excel.Expressions Namespace / TableItemType Enumeration
TableItemType Enumeration
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