[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.InsertRangeValues

InsertRangeValues Method

InsertRangeValues(int, IEnumerable<object>)

Inserts values into the ComboBoxItemCollection at the specified index.

Declaration
public void InsertRangeValues(int index, IEnumerable<object> values)
Parameters
Type Name Description
int index

Index of the item.

IEnumerable<object> values

The specified collection of values.