[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.SetAddItemData

SetAddItemData Method

SetAddItemData(int, int, string)

Updates the cell data for the AddItem mode.

Declaration
public void SetAddItemData(int row, int col, string data)
Parameters
Type Name Description
int row

The row index.

int col

The column index.

string data

The new data for the cell.