[]
Represents parts of a table.
[Flags]
public enum TableItemType
<Flags>
Public Enum TableItemType
| 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. |