ComponentOne Input for WinForms
RemoveRange Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ComboBoxItemList Class : RemoveRange Method
Index of the item.
The number of items to remove.
Removes a range of elements from the ComboBoxItemList.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void RemoveRange( 
   System.int index,
   System.int count
)

Parameters

index
Index of the item.
count
The number of items to remove.
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members