enable_data_value_editing property

enable_data_value_editing property

Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area

Definition:

@property
def enable_data_value_editing(self):
    ...
@enable_data_value_editing.setter
def enable_data_value_editing(self, value):
    ...

See Also