[]
Inserts a new item at the index position in the AddItem(string) mode.
public void InsertItem(string item, int index)
Type | Name | Description |
---|---|---|
string | item | The item to be added. It is delimited by the AddItemSeparator. |
int | index | The position to insert. |