CGXGridCore::GetExpressionRowCol
const CString& GetExpressionRowCol(ROWCOL nRow, ROWCOL nCol);
nRow
Specifies the row id.
nCol
Specifies the column id.
Return Value
A CString with the expression text.
Remarks
Returns either the text value or formula for the cell. Numeric values will be converted to a string. If you are using the formula engine text label cells will have a leading abostrophe ("'") to identify them as string. See CGXFormulaSheet for more info.
See Also
CGXFormulaSheet::GetExpressionRowCol