Share via


ValueChange.AllocationMethod Property

Gets what method to use to allocate this value when performing what-if analysis.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property AllocationMethod As XlAllocationMethod
    Get
'Usage
Dim instance As ValueChange
Dim value As XlAllocationMethod

value = instance.AllocationMethod
XlAllocationMethod AllocationMethod { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlAllocationMethod
The method to use to allocate this value when performing what-if analysis.

Remarks

Read-only.

The AllocationMethod property corresponds to the Allocation Method setting in the What-If Analysis Settings dialog box for a PivotTable report based on an OLAP data source as it was set at the time that this change was originally applied. If the specified ValueChange object was created by using the Add(String, Double, Object, Object, Object) method of the PivotTableChangeList collection and the corresponding AllocationMethod parameter was not supplied, the default allocation method of the OLAP server is returned.

See Also

Reference

ValueChange Interface

ValueChange Members

Microsoft.Office.Interop.Excel Namespace