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