[]
Adds values of the specified collection to the end of the ComboBoxItemCollection.
public void AddRangeValues(IEnumerable<object> values)
Public Sub AddRangeValues(values As IEnumerable(Of Object))
| Type | Name | Description |
|---|---|---|
| IEnumerable<object> | values | The specified collection of values. |