[]
Removes a range of item from the ComboBoxItemCollection.
public void RemoveRange(int index, int count)
Public Sub RemoveRange(index As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the item. |
| int | count | The number of items to remove. |