inSameRow method
Returns true if this cell is in the same row in the same grid as the indicated cell.
inSameRow(otherCell )
Parameters
TableCell otherCell
The other cell that may be in the same row.
Returns
Trueboolean. if the two cells are in the same row.
这对您有帮助吗?