PivotTable.GrandTotalName 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.
Cette propriété renvoie ou définit l'étiquette de chaîne de texte affichée dans le titre de colonne ou de ligne de total général contenu dans le rapport de tableau croisé dynamique spécifié. La valeur par défaut est la chaîne « Total ». String en lecture/écriture.
public:
property System::String ^ GrandTotalName { System::String ^ get(); void set(System::String ^ value); };
public string GrandTotalName { get; set; }
Public Property GrandTotalName As String