ValueChange.Delete Method
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.
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.