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