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