[]
Inserts an item to the collection at the specified position
public void Insert(int index, SubItem item)
Public Sub Insert(index As Integer, item As SubItem)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which value should be inserted. |
SubItem | item | The item to insert into the collectin. |