Excel.CalculationState enum
Represents the state of calculation across the entire Excel application.
Remarks
[Api set: ExcelApi 1.9]
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.
|