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