[]
Gets the ITableColumn at the specified index.
ITableColumn this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITableColumn
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
Gets the ITableColumn at the specified column name.
ITableColumn this[string name] { get; }
ReadOnly Default Property Item(name As String) As ITableColumn
| Type | Name | Description |
|---|---|---|
| string | name | The column name. |