set_text_of_protected_name method

set_text_of_protected_name(self, protected_name, text)

Sets the text for specific protected name.


def set_text_of_protected_name(self, protected_name, text):
    ...
ParameterTypeDescription
protected_nameSystem.StringThe protected name in PivotTable.
textSystem.StringThe local prorected names of PivotTable.

See Also