TableCell.getPosition

bool getPosition(out int row, out int column)

Retrieves the tabular position of this cell.

Parameters

rowthe row of the given cell.
columnthe column of the given cell.

Returns

TRUE if successful; FALSE otherwise.