[ Version ( since = "2.12" ) ]
public abstract bool get_row_column_span (out int row, out int column, out int row_span, out int column_span)
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.
this |
a GObject instance that implements AtkTableCellIface |
row |
the row index of the given cell. |
column |
the column index of the given cell. |
row_span |
the number of rows occupied by this cell. |
column_span |
the number of columns occupied by this cell. |
TRUE if successful; FALSE otherwise. |