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