CGXFormulaSheet::AddRecalcRange
virtual void AddRecalcRange(const CGXRange& range);
range
Specifies the range of cells to be added to the recalculation range list.
Remarks
Marks a give range of cells so that formula cells that depend on the marked cells will later be reevaluated. The formula engine maintains a recalculation range list where all these ranges are added.
Only cell ranges are allowed for range. Do not use SetRows(), SetCols() or SetTable()!