| Visual Basic (Declaration) | |
|---|---|
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ITableColumn | |
| C# | |
|---|---|
ITableColumn this[ int index ]; {get;} | |
Parameters
- index
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the collection. |