PivotTable.EnableDataValueEditing Property

Definition

True to disable the alert for when the user overwrites values in the data area of the PivotTable. True also allows the user to change data values that previously could not be changed. The default value is False. Read/write Boolean.

public:
 property bool EnableDataValueEditing { bool get(); void set(bool value); };
public bool EnableDataValueEditing { get; set; }
Public Property EnableDataValueEditing As Boolean

Property Value

Remarks

Any editing performed on data values is lost upon refresh.

Applies to