PivotTable.RowFields[Object] 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.
Renvoie un objet qui représente un seul champ dans un rapport de tableau croisé dynamique (un PivotField objet) ou une collection de tous les champs (un PivotFields objet) actuellement affichés sous forme de champs de ligne. En lecture seule.
public:
property System::Object ^ RowFields[System::Object ^] { System::Object ^ get(System::Object ^ Index); };
public object RowFields[object Index] { get; }
Public ReadOnly Property RowFields(Optional Index As Object) As Object
Paramètres
- Index
- Object
Objet facultatif. Nom ou numéro du champ à renvoyer (il peut s'agir d'un tableau pour indiquer plusieurs champs).