AsposeCellsCloud::Object::AbstractCalculationMonitor

Load the model package

use AsposeCellsCloud::Object::AbstractCalculationMonitor;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- OriginalValue | string | Gets the old value of the calculated cell. Should be used only in and . | ValueChanged | boolean | Whether the cell's value has been changed after the calculation. Should be used only in . | CalculatedValue | string | Gets the newly calculated value of the cell. Should be used only in . |

[Back to Model list]
[Back to README]