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

colcolumn number.
rowrow number.
valuea #GValue (not null)

Returns

TRUE if the value in the data model has been updated and no error occurred

Throws

[DataModelException]