AbstractCalculationMonitor

abstractCalculationMonitor

Monitor for user to track the progress of formula calculation.

Property Name Property Type Nullable ReadOnly DefaultValue Description
OriginalValue Class:Object True False Gets the old value of the calculated cell. Should be used only in and .
ValueChanged Boolean True False Whether the cell’s value has been changed after the calculation. Should be used only in .
CalculatedValue Class:Object True False Gets the newly calculated value of the cell. Should be used only in .