[]
Assigns a value to a grid cell, optionally coercing the value into the cell's specified data type.
protected virtual bool SetDataEdit(int row, int col, object data, bool coerce)
Protected Overridable 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 to coerce the value into the cell's specified data type. |
| Type | Description |
|---|---|
| bool | True if the value was assigned to the cell, False otherwise. |