_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 est affichée sur la sélection. TRUE signifie que le bouton Analyse rapide s’affiche. Correspond aux options Afficher l’analyse rapide dans la case à cocher Sélection située dans le menu Fichier, Options, Options Excel,puis onglet Général. En lecture-écriture. Booléen (booléen en C#).
public:
property bool ShowQuickAnalysis { bool get(); void set(bool value); };
public bool ShowQuickAnalysis { get; set; }
Public Property ShowQuickAnalysis As Boolean