Share via


ValueChange.Delete Method

Deletes the specified ValueChange object from the PivotTableChangeList collection.

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

Syntax

'Declaration
Sub Delete
'Usage
Dim instance As ValueChange

instance.Delete()
void Delete()

Remarks

You can also delete a ValueChange object by using the Delete() method of the PivotTableChangeList collection.

See Also

Reference

ValueChange Interface

ValueChange Members

Microsoft.Office.Interop.Excel Namespace