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