[]
Inserts item with specified value into the ComboBoxItemCollection at the specified index.
public void InsertValue(int index, object value)
Public Sub InsertValue(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the item. |
| object | value | The specified item. |