column_header_caption property

column_header_caption property

Gets the Column Header Caption of the PivotTable.

Definition:

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

See Also