Share via


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
Public property AllocationMethod Gets what method to use to allocate this value when performing what-if analysis.
Public property AllocationValue Gets what value to allocate when performing what-if analysis.
Public property AllocationWeightExpression Gets the MDX weight expression to use for this value when performing what-if analysis.
Public property 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.
Public property Creator Gets a 32-bit integer that indicates the application in which this object was created.
Public property Order Gets a value that indicates the order in which this change was performed relative to other changes in the PivotTableChangeList collection.
Public property Parent Gets the parent object for the specified object.
Public property PivotCell Gets a PivotCell object that represents the cell (tuple) that was changed.
Public property Tuple Gets the MDX tuple of the value was changed in the OLAP data source.
Public property 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.
Public property VisibleInPivotTable Gets whether the cell (tuple) is currently visible in the PivotTable report.

Top

Methods

  Name Description
Public method Delete Deletes the specified ValueChange object from the PivotTableChangeList collection.

Top

See Also

Reference

ValueChange Interface

Microsoft.Office.Interop.Excel Namespace