CGXGridCore::AddRecalcRange
virtual void AddRecalcRange(const CGXRange& range);
range
Specifies the range of cells to be added to the recalc 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 recalc range list where all these ranges are added.
Only cell ranges are allowed for range. Do not use SetRows(), SetCols() or SetTable()!
This command has no effect if the formula engine is not enabled.
See Also
CGXFormulaSheet::AddRecalcRange