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