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. |