[]
Inserts the specified item into the collection at the specified location.
public void Insert(int index, DropDownItem value)
| Type | Name | Description |
|---|---|---|
| int | index | The indexed location within the collection to insert the item. |
| DropDownItem | value | The item to insert. |