DataModel.removeRow

bool removeRow(int row)

Removes a row from the data model.

Upon errors FALSE will be returned and error will be assigned a #GError from the #GDA_DATA_MODEL_ERROR domain.

Parameters

rowthe row number to be removed.

Returns

true if successful, false otherwise.

Throws

[DataModelException]