[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.C1MultiColumnCombo.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes the item at the specified position in unbound mode.

Declaration
public void RemoveItem(int rowIndex)
Public Sub RemoveItem(rowIndex As Integer)
Parameters
Type Name Description
int rowIndex

Row index.

Implements