SetItem Method (GroupCollection)
In This Topic
Replaces the
Group at the specified index.
Syntax
'Declaration
Protected Overrides Sub SetItem( _
ByVal As Integer, _
ByVal As Group _
)
protected override void SetItem(
int ,
Group
)
Parameters
- index
- group
See Also