Programmer's Guide > Interfaces > TableCell interface > inSameRow method
  
inSameRow method
Returns true if this cell is in the same row in the same grid as the indicated cell.
inSameRow(otherCell )
Parameters
TableCellotherCell
The other cell that may be in the same row.
Returns
Trueboolean. if the two cells are in the same row.