Method XbpMultiCellGroup():getCellColor() Foundation

Retrieves the fore- and/or background color of a cell.

Syntax
:getCellColor( <nRowPos>   , ;
               <nColPos>   , ;
              [@<nColorFG>], ;
              [@<nColorBG>]  ) --> lSuccess
Parameters
<nRowPos>
<nRowPos> is a numeric value indicating the ordinal row position of the cell whose color is determined.
<nColPos>
<nColPos> is a numeric value indicating the ordinal column position of the cell whose color is determined.
<nColorFG>
If this parameter is passed by reference, it contains the foreground color of the cell as a numeric value when the method returns.
<nColorBG>
If this parameter is passed by reference, it contains the backgound color of the cell as a numeric value when the method returns.
Return

The method returns .T. (true) when the colors could be retrieved, 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.