Table.getIndexAt

int getIndexAt(int row, int column)

Gets a #gint representing the index at the specified row and column.

Parameters

rowa #gint representing a row in table
columna #gint representing a column in table

Returns

a #gint representing the index at specified position.

The value -1 is returned if the object at row,column is not a child of table or table does not implement this interface.

Deprecated

Since 2.12. Use [atk.table.Table.refAt] in order to get the

accessible that represents the cell at (row, column)