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