Method XbpCellGroup():cellRect() Foundation

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

Syntax
:cellRect( <nRowPos>, [<lInnerRect>] ) --> aRect
Parameters
<nRowPos>
<nRowPos> is a numeric value indicating the ordinal row position of the cell whose X/Y coordinates are determined.
<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.
Return

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

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.