[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.C1MultiColumnCombo.SetItemData

SetItemData Method

SetItemData(int, int, string)

Updates cell data for unbound mode.

Declaration
public void SetItemData(int rowIndex, int columnIndex, string data)
Parameters
Type Name Description
int rowIndex

Row index of cell.

int columnIndex

Column index of cell.

string data

New data for the specified cell.

Implements