PivotTable.AllocationMethod Property

Definition

Gets or sets what method to use to allocate values when performing what-if analysis on a PivotTable report based on an OLAP data source.

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

Property Value

An XlAllocationMethod object.

Remarks

Read/write.

The AllocationMethod property corresponds to the Allocation Method setting in the What-If Analysis Settings dialog box. The default setting is xlEqualAllocation, which corresponds to the Equal Allocation setting. If the AllocationMethod property is set to xlWeightedAllocation, which corresponds to the Weighted Allocation setting, you can optionally specify the weight expression to use by setting the AllocationWeightExpression property. If you do not specify a weight expression, a weight expression equivalent to <leaf cell value> / <existing value> is used.

Applies to