[]
Applies a value to a cell or cell range.
protected override bool SetDataEdit(int row, int col, object data, bool coerce)
| 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. |
| Type | Description |
|---|---|
| bool |
This method is for internal use. It allows inherited classes to customize the way data coming from cell editors is applied to the cells.