CGXFormulaSheet::GetExpressionRowCol
int GetExpressionRowCol(ROWCOL nRow, ROWCOL nCol, CString& sText);
nRow
Specifies the grid row of the cell.
nCol
Specifies the grid column of the cell.
sText
A reference to a CString object where the result text will be stored.
Return Value
Not used. Always 0.
Remarks
Returns either the text value or formula for the cell. Numeric values will be converted to a string. Text label cells will have a leading apostrophe ("'") to identify them as string.
See Also
CGXFormulaSheet::GetTextRowCol