Column |
The ColumnInformation type exposes the following members.
Name | Description | |
---|---|---|
Column | The column as it was at the time of this call. Can be null if the column currently could not be resolved. | |
ColumnLabel | The label of this column for user convenience. An example would be 'X' to label an X-column. | |
ColumnName | The name of the column (e.g. the column name in the underlying table), last part of the column proxies document path. Can be null if the user has no column attached currently. | |
SetColumnAction | Designates the action to set the column. First argument are the column, 2nd argument are the underlying table of the column, and 3rd argument is the group number of the column. |