[]
Inserts item with specified string value into the ComboBoxItemCollection at the specified index.
public void Insert(int index, string value)
Type | Name | Description |
---|---|---|
int | index | Index of the item. |
string | value | The specified string value. |