PivotTableChangeList.Item Property
Returns a single ValueChange object from the specified PivotTableChangeList collection.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As ValueChange
Get
'Usage
Dim instance As PivotTableChangeList
Dim Index As Object
Dim value As ValueChange
value = instance.Item(Index)
ValueChange this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectThe MDX name (tuple) or index number of the object.
Property Value
Type: Microsoft.Office.Interop.Excel.ValueChange
Returns ValueChange.