AtkTableIface.getIndexAt

struct AtkTableIface
extern (C)
int function(AtkTable* table, int row, int column) getIndexAt;

Return Value

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.