[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.ISupportExpressions.SetCellValue

SetCellValue Method

SetCellValue(int, string, object)

Set the value of the cell.

Declaration
void SetCellValue(int row, string colName, object value)
Parameters
Type Name Description
int row

The row number of the grid.

string colName

The column name of the grid.

object value

The value of the cell.