Method XbpColumn():refreshRows() Foundation

Refreshes one or more rows in the data area of the column.

Syntax
:refreshRows( [<nFirstRow>], [<nLastRow>] ) --> self
Parameters
<nFirstRow>
This numeric parameter indicates the first row in the data area to be refreshed. It defaults to 1.
<nLastRow>
This numeric parameter indicates the last row in the data area to be refreshed. It defaults to :rowCount().
Return

The method returns the object executing the method (self).

Description

:refreshRows() invalidates the data contained in the specified data rows, causing the XbpColumn to reread the data from the data source for these rows and to display them in the browse window.

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.