MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / RemoveItem Method
Row index.

In This Topic
    RemoveItem Method (IDropDownView)
    In This Topic
    Removes the item at the specified position in unbound mode.
    Syntax
    'Declaration
     
    
    Sub RemoveItem( _
       ByVal rowIndex As Integer _
    ) 
    void RemoveItem( 
       int rowIndex
    )

    Parameters

    rowIndex
    Row index.
    See Also