get_position


Description:

[ Version ( since = "2.12" ) ]
public abstract bool get_position (out int row, out int column)

Retrieves the tabular position of this cell.

Parameters:

this

a GObject instance that implements AtkTableCellIface

row

the row of the given cell.

column

the column of the given cell.

Returns:

TRUE if successful; FALSE otherwise.