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 soit un seul champ dans un rapport de tableau croisé dynamique (un objet), soit une collection de tous les champs (un objet) qui s’affichent actuellement en tant que champs PivotField PivotFields 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).