tag property

tag property

Gets a string saved with the PivotTable report.

Definition:

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

See Also