ValueChange Members
Include Protected Members
Include Inherited Members
Represents a value that has been changed in a PivotTable report that is based on an OLAP data source.
The ValueChange type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllocationMethod | Gets what method to use to allocate this value when performing what-if analysis. | |
AllocationValue | Gets what value to allocate when performing what-if analysis. | |
AllocationWeightExpression | Gets the MDX weight expression to use for this value when performing what-if analysis. | |
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. | |
Creator | Gets a 32-bit integer that indicates the application in which this object was created. | |
Order | Gets a value that indicates the order in which this change was performed relative to other changes in the PivotTableChangeList collection. | |
Parent | Gets the parent object for the specified object. | |
PivotCell | Gets a PivotCell object that represents the cell (tuple) that was changed. | |
Tuple | Gets the MDX tuple of the value was changed in the OLAP data source. | |
Value | Gets the value that the user entered in the cell or that the formula in the cell was evaluated to when UPDATE CUBE statement was last run against the OLAP data source. | |
VisibleInPivotTable | Gets whether the cell (tuple) is currently visible in the PivotTable report. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified ValueChange object from the PivotTableChangeList collection. |
Top