DataModel.removeRow

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.

interface DataModel
bool
removeRow
(
int row
)

Parameters

row int

the row number to be removed.

Return Value

Type: bool

true if successful, false otherwise.

Throws