get_index_at


Description:

[ Version ( deprecated = true ) ]
public abstract int get_index_at (int row, int column)

Warning: get_index_at is deprecated.

Gets a int representing the index at the specified row and column.

Note:

Since 2.12.

Use ref_at in order to get the accessible that represents the cell at ( row, column)

Parameters:

this

a GObject instance that implements AtkTableIface

row

a int representing a row in this

column

a int representing a column in this

Returns:

a int 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.