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