Method XbpMultiCellGroup():scrollDown() Foundation

Scrolls cell contents upwards and clears the cells at the bottom.

Syntax
:scrollDown( <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 :scrollDown() method changes the display of the XbpMultiCellGroup object by shifting all cells a specified number of rows upwards. The contents of the cells at the top of the table is overwritten while the cells at the bottom 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.