get_position


Description:

public int get_position (out int row, out int column) throws Error

Retrieves the tabular position of this cell.

Parameters:

this

a GObject instance that implements AtspiTableCellIface

row

the row of the given cell.

column

the column of the given cell.

Returns:

TRUE if successful, FALSE otherwise.