TableCell.getRowColumnSpan

bool getRowColumnSpan(out int row, out int column, out int rowSpan, out int columnSpan)

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.

Parameters

rowthe row index of the given cell.
columnthe column index of the given cell.
rowSpanthe number of rows occupied by this cell.
columnSpanthe number of columns occupied by this cell.

Returns

TRUE if successful; FALSE otherwise.