_Application.ShowQuickAnalysis Propriété
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.
Contrôle si l’interface utilisateur contextuelle Analyse rapide s’affiche lors de la sélection. VRAI signifie que le bouton Analyse rapide s’affiche. Correspond à la case à cocher Afficher les options d’analyse rapide sur la sélection située dans le menu Fichier , Options, Options Excel, puis onglet Général. En lecture-écriture. Boolean (bool en C#).
public:
property bool ShowQuickAnalysis { bool get(); void set(bool value); };
public bool ShowQuickAnalysis { get; set; }
Public Property ShowQuickAnalysis As Boolean