[]
        
(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)
Parameters
Type Name Description
int index

Index of the item.

int count

The number of items to remove.