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