remove_row


Description:

[ CCode ( vfunc_name = "i_remove_row" ) ]
public abstract bool remove_row (int row) throws Error

Removes a row from the data model.

Upon errors FALSE will be returned and error will be assigned a Error from the DataModelError domain.

Parameters:

this

a DataModel object.

row

the row number to be removed.

Returns:

true if successful, false otherwise.