Modifies a value in this, at (col, row).
Upon errors FALSE will be returned and throws will be assigned a Error from the DataModelError domain.
| this |
a DataModel object. |
| col |
column number. |
| row |
row number. |
| value |
a Value (not null) |
|
TRUE if the value in the data model has been updated and no error occurred |