ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / RemoveItem Method

In This Topic
    RemoveItem Method (C1Combo)
    In This Topic
    Removes the item at the given position in the AddItem mode.
    Syntax
    'Declaration
     
    
    Public Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    public void RemoveItem( 
       int index
    )

    Parameters

    index
    See Also