Partager via


PivotTable.AllocationMethod Propriété

Définition

Obtient ou définit la méthode à utiliser pour allouer des valeurs lors de l’exécution d’une analyse de simulation sur un rapport de tableau croisé dynamique basé sur une source de données OLAP.

public:
 property Microsoft::Office::Interop::Excel::XlAllocationMethod AllocationMethod { Microsoft::Office::Interop::Excel::XlAllocationMethod get(); void set(Microsoft::Office::Interop::Excel::XlAllocationMethod value); };
public Microsoft.Office.Interop.Excel.XlAllocationMethod AllocationMethod { get; set; }
Public Property AllocationMethod As XlAllocationMethod

Valeur de propriété

Objet XlAllocationMethod .

Remarques

Lecture-écriture.

La AllocationMethod propriété correspond au paramètre Méthode d’allocation dans la boîte de dialogue Paramètres d’analyse What-If. Le paramètre par défaut est xlEqualAllocation, qui correspond au paramètre Allocation égale. Si la propriété a la AllocationMethod valeur xlWeightedAllocation, ce qui correspond au paramètre Allocation pondérée, vous pouvez éventuellement spécifier l’expression weight à utiliser en définissant la AllocationWeightExpression propriété . Si vous ne spécifiez pas d’expression de poids, une expression de poids équivalente à <la valeur> de cellule feuille/ <valeur> existante est utilisée.

S’applique à