Enum ColumnType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
An enumeration of possible values for a column type.
public enum ColumnType
Fields
| Name | Description |
|---|---|
| Calculated | The contents of this column are computed by using an expression after the Data columns have been populated. |
| CalculatedTableColumn | The column exists in a calculated table, where the table and its columns are based on a calculated expression. |
| Data | The contents of this column come from a DataSource. |
| RowNumber | This column is automatically added by the Server to every table. |