XlCalculationState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the calculation state of the application.
public enum class XlCalculationState
public enum XlCalculationState
Public Enum XlCalculationState
- Inheritance
-
XlCalculationState
Fields
Name | Value | Description |
---|---|---|
xlDone | 0 | Calculations complete. |
xlCalculating | 1 | Calculations in process. |
xlPending | 2 | Changes that trigger calculation have been made, but a recalculation has not yet been performed. |