Programmer's Guide > Interfaces > TableCell interface > nextGalleyCell method
  
nextGalleyCell method
Returns the next cell in galley order, wrapping around from the last to the first if requested.
nextGalleyCell(wrap )
Parameters
booleanwrap
If true, wrap around from the last cell to the first.
Returns
TableCell. The next cell in galley order, if any.