DataModel.setValueAt
bool setValueAt(int col, int row, gobject.value.Value value)Modifies a value in model, at (col, row).
Upon errors FALSE will be returned and error will be assigned a #GError from the #GDA_DATA_MODEL_ERROR domain.
Parameters
col | column number. |
row | row number. |
value | a #GValue (not null) |
Returns
TRUE if the value in the data model has been updated and no error occurred
Throws
[DataModelException]