Version

ResumeCalculations Method

Resumes the calculation of formulas.
Syntax
public void ResumeCalculations()
Remarks

If calculations were not suspended when this is called, it will have no effect.

For each call to SuspendCalculations, a call to ResumeCalculations must be made. As soon as the number of calls to ResumeCalculations equals the number of calls to SuspendCalculations, calculations will be resumed.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also