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