XlCalculation 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 mode.
public enum class XlCalculation
public enum XlCalculation
Public Enum XlCalculation
- Inheritance
-
XlCalculation
Fields
Name | Value | Description |
---|---|---|
xlCalculationManual | -4135 | Calculation is done when the user requests it. |
xlCalculationAutomatic | -4105 | Excel controls recalculation. |
xlCalculationSemiautomatic | 2 | Excel controls recalculation but ignores changes in tables. |