set_values
Description:
[ CCode ( vfunc_name = "i_set_values" ) ]
public abstract bool set_values (int row, List<Value?>? values) throws Error
public abstract bool set_values (int row, List<Value?>? values) throws Error
In a similar way to set_value_at, this method modifies a data model's contents by setting several values at once.
If any value in values is actually null, then the value in the corresponding column is left unchanged.
Upon errors FALSE will be returned and error will be assigned a Error from
the DataModelError domain.
Parameters:
| this |
a DataModel object. |
| row |
row number. |
| values |
a list of Value (or |
Returns:
|
|