[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGrid.SetDataEdit

SetDataEdit Method

SetDataEdit(int, int, object, bool)

Applies a value to a cell or cell range.

Declaration
protected override bool SetDataEdit(int row, int col, object data, bool coerce)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

object data

Data to be applied to the cell.

bool coerce

Whether the data should be coerced into the cell's data type.

Returns
Type Description
bool
Overrides
Remarks

This method is for internal use. It allows inherited classes to customize the way data coming from cell editors is applied to the cells.