TableCell.getPosition
bool getPosition(out int row, out int column)Retrieves the tabular position of this cell.
Parameters
row | the row of the given cell. |
column | the column of the given cell. |
Returns
TRUE if successful; FALSE otherwise.
bool getPosition(out int row, out int column)Retrieves the tabular position of this cell.
row | the row of the given cell. |
column | the column of the given cell. |