value_changed property

value_changed property

Whether the cell’s value has been changed after the calculation. Should be used only in AbstractCalculationMonitor.after_calculate.

Definition:

@property
def value_changed(self):
    ...

See Also