calculated_value property

calculated_value property

Gets the newly calculated value of the cell. Should be used only in AbstractCalculationMonitor.after_calculate.

Definition:

@property
def calculated_value(self):
    ...

See Also