TableCellIF.getRowColumnSpan

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.

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

Parameters

row int

the row index of the given cell.

column int

the column index of the given cell.

rowSpan int

the number of rows occupied by this cell.

columnSpan int

the number of columns occupied by this cell.

Return Value

Type: bool

TRUE if successful; FALSE otherwise.

Meta

Since

2.12