[]
Gets an ITableColumn item located by index.
ITableColumn this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITableColumn
| Type | Name | Description |
|---|---|---|
| int | index | Index of the ITableColumn item |
| Type | Description |
|---|---|
| ITableColumn | An instance of the ITableColumn item |
Gets an ITableColumn item by name.
ITableColumn this[string name] { get; }
ReadOnly Default Property Item(name As String) As ITableColumn
| Type | Name | Description |
|---|---|---|
| string | name | Name of the ITableColumn item |
| Type | Description |
|---|---|
| ITableColumn | An instance of the ITableColumn item |