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