Method XbpQuickBrowse():cellRect() Foundation

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

Syntax
:cellRect( [<nRowPos>], [<nColPos>] ) --> aRect
Parameters
<nRowPos>
<nRowPos> is a numeric value indicating the ordinal row position of the cell whose X/Y coordinates are determined. It defaults to self:rowPos (the current row).
<nColPos>
<nColPos> is a numeric value indicating the ordinal column position of the cell whose X/Y coordinates are determined. It defaults to self:colPos (the current column).
Return

The method returns an array with four elements {nX1, nY1, nX2, nY2}. These are the X/Y coordinates of the rectangular cell relative to the origin of theself:dataArea object.

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.