Gets the row and column indexes and span of this cell accessible.
Note: If the object does not implement this function, then, by default, atk will implement this function by calling get_row_span and get_column_span on the object.
the row index of the given cell.
the column index of the given cell.
the number of rows occupied by this cell.
the number of columns occupied by this cell.
TRUE if successful; FALSE otherwise.
2.12
See Implementation
Gets the row and column indexes and span of this cell accessible.
Note: If the object does not implement this function, then, by default, atk will implement this function by calling get_row_span and get_column_span on the object.