CGXFormulaSheet::Recalc
virtual void Recalc(BOOL bForceRecalc = FALSE);
bForceRecalc
TRUE if all formulas should be recalculated; FALSE if only formulas that depend on modified cells should be recalculated.
Remarks
Recalculates all cells in the worksheet that depend on cells in the recalculation range list.
After calling Recalc you can check whether a specific cell has been changed by calling GetUpdateFlag.
See Also
CGXFormulaSheet::GetUpdateFlag