[]
Inserts a SubItem into the collection at the specified index.
protected override void InsertItem(int index, SubItem subItem)
Protected Overrides Sub InsertItem(index As Integer, subItem As SubItem)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which |
SubItem | subItem | The SubItem to insert. |
Type | Condition |
---|---|
InvalidOperationException | |
ArgumentException |
|
ArgumentNullException |
|