ValueChange.Delete Method

Definition

Deletes the specified ValueChange object from the PivotTableChangeList collection.

public:
 void Delete();
public void Delete ();
Public Sub Delete ()

Remarks

You can also delete a ValueChange object by using the Microsoft.Office.Interop.Excel.PivotTableChangeList.Delete method of the PivotTableChangeList collection.

Applies to