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