[]
        
(Showing Draft Content)

C1.Win.C1Input.ComboBoxItemList.InsertRange

InsertRange Method

InsertRange(int, IEnumerable<object>)

Inserts items into the ComboBoxItemList at the specified index.

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

Index of the item.

IEnumerable<object> collection

The specified collection of items.