ValueChange.Order Property

Gets a value that indicates the order in which this change was performed relative to other changes in the PivotTableChangeList collection.

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

Syntax

'Declaration
ReadOnly Property Order As Integer
    Get
'Usage
Dim instance As ValueChange
Dim value As Integer

value = instance.Order
int Order { get; }

Property Value

Type: System.Int32
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.

See Also

Reference

ValueChange Interface

ValueChange Members

Microsoft.Office.Interop.Excel Namespace