[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.RemoveRange

RemoveRange Method

RemoveRange(int, int)

Removes a range of item from the ComboBoxItemCollection.

Declaration
public void RemoveRange(int index, int count)
Public Sub RemoveRange(index As Integer, count As Integer)
Parameters
Type Name Description
int index

Index of the item.

int count

The number of items to remove.