[]
        
(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)
Parameters
Type Name Description
int rowIndex

Row index.

Implements