WaitForCalculationToFinish Method (IWorkbook)
In This Topic
Waits for all calculation to complete, including asynchronous calculations.
This method blocks the current thread until all calculations have finished.
Users can call this method to ensure that all necessary computations have been performed
before proceeding with any other operations that depend on the calculation results.
Syntax
void WaitForCalculationToFinish()
See Also