[]
Inserts items into the ComboBoxItemList at the specified index.
public void InsertRange(int index, IEnumerable<object> collection)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the item. |
| IEnumerable<object> | collection | The specified collection of items. |