[]
        
(Showing Draft Content)

C1.Win.C1Input.ComboBoxItemList.AddRange

AddRange Method

AddRange(IEnumerable<object>)

Adds items of the specified collection to the end of the ComboBoxItemList.

Declaration
public void AddRange(IEnumerable<object> collection)
Parameters
Type Name Description
IEnumerable<object> collection

The specified collection of items.