[]
Inserts a GroupInfo into the collection at the specified index.
public virtual void Insert(int index, GroupInfo value)
Public Overridable Sub Insert(index As Integer, value As GroupInfo)
| Type | Name | Description |
|---|---|---|
| int | index | Zero-based index at which to insert the GroupInfo object |
| GroupInfo | value | GroupInfo object to insert into the collection |
| Type | Condition |
|---|---|
| IndexOutOfRangeException | Specified index is out of range; must be between 0 and the total number in the collection |
| ArgumentNullException | No style specified or specified style is null; must specify a style |