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