TableRowIterator.previous

Sets the table's current row to point to the previous table row and returns false if no more rows exist. This method works the same as the #next() method except that rows are returned in reverse order. The current row can be positioned to the last row using the #last() method}.

returns boolean