Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class / RemoveRange Method
Index of the item.
The number of items to remove.

In This Topic
    RemoveRange Method (ComboBoxItemCollection)
    In This Topic
    Removes a range of item from the ComboBoxItemCollection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveRange( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    public void RemoveRange( 
       int index,
       int count
    )

    Parameters

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