[]
Inserts an item into the collection at the specified index.
public void Insert(int index, StringCollectionItem item)
Public Sub Insert(index As Integer, item As StringCollectionItem)
| Type | Name | Description |
|---|---|---|
| int | index | Index at which item should be inserted. |
| StringCollectionItem | item | Item. |