XlCalculationInterruptKey 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 which key interrupts recalculation.
public enum class XlCalculationInterruptKey
public enum XlCalculationInterruptKey
Public Enum XlCalculationInterruptKey
- Inheritance
-
XlCalculationInterruptKey
Fields
Name | Value | Description |
---|---|---|
xlNoKey | 0 | No key press can interrupt recalculation. |
xlEscKey | 1 | Pressing the ESC key interrupts recalculation. |
xlAnyKey | 2 | Pressing any key interrupts recalculation. |