ComboBoxItemCollection.AddRange Method
| Name | Parameters | Description |
|---|---|---|
| AddRange(ICollection) | collection | Adds the items from the specified collection to the current collection. |
| AddRange(Object[]) | items | Adds an array of items to the collection. |
| Name | Parameters | Description |
|---|---|---|
| AddRange(ICollection) | collection | Adds the items from the specified collection to the current collection. |
| AddRange(Object[]) | items | Adds an array of items to the collection. |