PivotField.LayoutForm 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 la façon dont les éléments de tableau croisé dynamique spécifiés s’affichent au format tableau ou plan. En lecture/écriture XlLayoutFormType.
public:
property Microsoft::Office::Interop::Excel::XlLayoutFormType LayoutForm { Microsoft::Office::Interop::Excel::XlLayoutFormType get(); void set(Microsoft::Office::Interop::Excel::XlLayoutFormType value); };
public Microsoft.Office.Interop.Excel.XlLayoutFormType LayoutForm { get; set; }
Public Property LayoutForm As XlLayoutFormType
Valeur de propriété
Remarques
Vous pouvez définir cette propriété pour n’importe quel champ de tableau croisé dynamique . Toutefois, la mise en forme s’affiche uniquement si le champ spécifié est un champ de ligne autre que le plus interne (champ de ligne de niveau inférieur). Dans le cas des sources de données autres que OLAP, la valeur de cette propriété ne change pas lorsque le champ est réorganisé ou lorsqu'il est ajouté ou supprimé dans un rapport de tableau croisé dynamique.