Method XbpMultiCellGroup():scrollUp() Foundation

Scrolls cell contents downwards and clears the cells at the top.

Syntax
:scrollUp( <nRows> ) --> nScrolled
Parameters
<nRows>
This parameter indicates the number of rows to be scrolled.
Return

The method returns as a numeric value the number of rows that are actually scrolled.

Description

The :scrollUp() method changes the display of the XbpMultiCellGroup object by shifting the cells a specified number of rows downwards. The contents of the cells at the bottom of the table is overwritten while the cells at the top become empty. The method :setCell() must be called afterwards to fill the empty cells with values.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.