The value -1 is returned if the object at row,column is not a child of table or table does not implement this interface.
Table.getIndexAt
int getIndexAt(int row, int column)Gets a #gint representing the index at the specified row and column.
Parameters
row | a #gint representing a row in table |
column | a #gint representing a column in table |
Returns
a #gint representing the index at specified position.
Deprecated
Since 2.12. Use [atk.table.Table.refAt] in order to get the
accessible that represents the cell at (row, column)