ValueChange.Order Property
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.
Gets a value that indicates the order in which this change was performed relative to other changes in the PivotTableChangeList collection.
public:
property int Order { int get(); };
public int Order { get; }
Public ReadOnly Property Order As Integer
Property Value
The order in which this change was performed relative to other changes in the PivotTableChangeList collection.
Remarks
Read-only.
The value of the Order property is automatically assigned by Excel based on the order that the user applied the changes to value cells in the PivotTable report. If multiple changes were applied in one operation, Excel will arbitrarily assign the order within that set of changes.