[]
        
(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)
Public Sub SetAddItemData(row As Integer, col As Integer, data As String)
Parameters
Type Name Description
int row

The row index.

int col

The column index.

string data

The new data for the cell.