remove_row
Description:
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. |