XlCalculationInterruptKey Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Identifie la touche qui interrompt le recalcul.
public enum class XlCalculationInterruptKey
public enum XlCalculationInterruptKey
Public Enum XlCalculationInterruptKey
- Héritage
-
XlCalculationInterruptKey
Champs
Nom | Valeur | Description |
---|---|---|
xlNoKey | 0 | Aucune touche ne peut interrompre le recalcul. |
xlEscKey | 1 | Appuyez sur la touche ÉCHAP pour interrompre le recalcul. |
xlAnyKey | 2 | N'importe quelle touche interrompt le recalcul. |