[]
Removes a range of elements from the ComboBoxItemList.
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. |