will implement this function by calling get_row_span and get_column_span on the object.
Parameters
row | the row index of the given cell. |
column | the column index of the given cell. |
rowSpan | the number of rows occupied by this cell. |
columnSpan | the number of columns occupied by this cell. |
Returns
TRUE if successful; FALSE otherwise.