XlAllocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies when to calculate changes when performing what-if analysis on a PivotTable based on an OLAP data source.
public enum class XlAllocation
public enum XlAllocation
Public Enum XlAllocation
- Inheritance
-
XlAllocation
Fields
Name | Value | Description |
---|---|---|
xlManualAllocation | 1 | Calculate changes manually. |
xlAutomaticAllocation | 2 | Calculate changes automatically after each value is changed. |