PivotTable.EnableFieldList 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.
False pour désactiver la possibilité d’afficher la liste de champs pour le tableau croisé dynamique. Si la liste de champ était déjà affichée, elle disparaît. La valeur par défaut est True. Boolean (en lecture/écriture).
public:
property bool EnableFieldList { bool get(); void set(bool value); };
public bool EnableFieldList { get; set; }
Public Property EnableFieldList As Boolean