Excel.CalculationState enum
Represents the state of calculation across the entire Excel application.
Remarks
Fields
calculating = "Calculating" | Calculations in progress. |
done = "Done" | Calculations complete. |
pending = "Pending" | Changes that trigger calculation have been made, but a recalculation has not yet been performed. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins