IPivotTable.Edit

Syntax

Edit;

Description

The Edit method switches the table into the data edit mode.

Comments

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.

Example

The method use is given in the example for IPivotTable.Post.

See also:

IPivotTable