Method XbpCellGroup():drawCell() Foundation
Draws a single or multiple cells.
Syntax
:drawCell( <nRowPos|aRowPos>, [<lRepaint>] ) --> lSuccess
Parameters
<nRowPos|aRowPos>
The parameter is either a numeric value indicating the row position of a single cell to be drawn, or a one dimensional array holding the row positions of multiple cells.
<lRepaint>
<lRepaint> specifies whether or not the cell is immediately re-displayed when the method returns. The default value is .T. (true) and the cell is automatically re-displayed.
Return
The method returns .T. (true) when the cell is drawn, or .F. (false) in case of a failure.
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.