Gets and sets the given group within the group collection.
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Group
'Usage
Dim instance As GroupCollection
Dim index As Integer
Dim value As Group
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- A zero-based value which determines the location a group is within a group collection.
Property Value
The
Group located at the given index within the group collection.