[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.AddRange

AddRange Method

AddRange(IEnumerable<string>)

Adds values of the specified collection to the end of the ComboBoxItemCollection.

Declaration
public void AddRange(IEnumerable<string> values)
Parameters
Type Name Description
IEnumerable<string> values

The specified collection of values.