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