Method XbpMultiCellGroup():cellRect() Foundation

Determines the graphic X/Y coordinates of a single cell.

Syntax
:cellRect( <nRowPos>, <nColPos>, [<lInnerRect>] ) --> aRect
Parameters
<nRowPos>
<nRowPos> is a numeric value indicating the ordinal row position of the cell whose X/Y coordinates are determined.
<nColPos>
<nColPos> is a numeric value indicating the ordinal column position of the cell.
<lInnerRect>
If .T. (true) is passed for <lInnerRect>, the method returns the size of the inner cell rectangle, i.e. the cell rectangle without the space reserved for the cell border. This parameter defaults to .F. (false).
Return

The method returns an array with four elements {nX1, nY1, nX2, nY2}. These are the X/Y coordinates of cell specified with <nRowPos> and <nColPos>.

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.