[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.TableItemType

TableItemType Enum

Represents parts of a table.

Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
[Flags]
public enum TableItemType
<Flags>
Public Enum TableItemType

Fields

Name Description
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.