Programmer's Guide > Interfaces > TableGrid interface > deleteRow method
  
deleteRow method
Delete a row from the grid.
deleteRow(row )
Parameters
TableRowrow
The row to be deleted.
Returns
void
Throws
TableException
INVALID_PARAMETER_ERR: Raised if the row is not in this grid or if the table model does not allow it to be deleted.