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