modelx.set_recalc#
- set_recalc(recalc)[source]#
Set the recalculation option.
If this option is set to
True, when a value is assigned to a cell by the user to overwrite the cell’s existing value, values of the cells that depend on the overwritten cell are recalculated. If the option is set toFalse, the dependent values are cleared. By default, the option is set toFalse.See also
get_recalc(): Get the current recalculation option