modelx.get_recalc#
- get_recalc()[source]#
Return
Trueif dependent values are recalculated,Falseif they are cleared.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 toTrue.- Returns:
True if dependents are recalculated, False if cleared.
- Return type:
See also
set_recalc(): Set the recalculation option