remove_row


Description:

public bool remove_row (int row) throws Error

Removes a row from the data model.

Upon errors FALSE will be returned and throws 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.