[]
Applies a value to a cell or cell range.
protected override bool SetDataEdit(int row, int col, object data, bool coerce)
Protected Overrides Function SetDataEdit(row As Integer, col As Integer, data As Object, coerce As Boolean) As Boolean
| 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.