Edit;
The Edit method switches the table into the data edit mode.
To determine whether a table can be edited, use the IPivotTable.CanEdit property.
To exit the edit mode and save changed table data, use the IPivotTable.Post method; to do the same but without saving changed data, use the IPivotTable.Cancel method.
The method use is given in the example for IPivotTable.Post.
See also: