Method XbpMultiCellGroup():drawCell() Foundation

Draws a single or multiple cells.

Syntax
:drawCell( <nRowPos>   , <nColPos>, ;
          [<nRowCount>], [<nColCount>], [<lRepaint>] ) --> lSuccess
Parameters
<nRowPos>
<nRowPos> is a numeric value indicating the ordinal row position of the first cell to be drawn.
<nColPos>
<nColPos> is a numeric value indicating the ordinal column position of the first cell to be drawn.
<nRowCount>
This parameter defaults to 1 and defines how many rows of cells should be drawn, beginning with the cell at <nRowPos>.
<nColCount>
This parameter defaults to 1 and defines how many columns should be drawn, beginning with the cell at <nColPos>.
<lRepaint>
<lRepaint> specifies whether or not the cells are immediately re-displayed when the method returns. The default value is .T. (true) and the cells are automatically re-displayed.
Return

The method returns .T. (true) when the cells are 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.