'Usage Dim instance As GroupInfoCollection Dim index As Integer Dim value As GroupInfo instance.Item(index) = value value = instance.Item(index)
Parameters
- index
- Index of the group information in the collection
'Usage Dim instance As GroupInfoCollection Dim index As Integer Dim value As GroupInfo instance.Item(index) = value value = instance.Item(index)
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified index is not valid |
System.ArgumentNullException | No value specified; cannot set a member to null |