[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.TableItemType

Enum TableItemType

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents parts of a table.

[Flags]
public enum TableItemType

Fields

All = Headers | Data | Totals

[#All] The headers, data and the data part.

Data = 2

[#Data] The data part.

Headers = 1

[#Headers] The headers part.

None = 0

No item specifier was used.

ThisRow = 8

@[Column_Name] The current row.

Totals = 4

[#Totals] The totals part.