integer
representing the index at the specified row
and column
.atkTableGetIndexAt(object, row, column)
object
AtkTable
] a GObject instance that implements AtkTableIfacerow
integer
representing a row in table
column
integer
representing a column in table
integer
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.