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.