[]
Gets the ITableColumn at the specified index.
ITableColumn this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
Gets the ITableColumn at the specified column name.
ITableColumn this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The column name. |