row_header_caption property

row_header_caption property

Gets and sets custom caption of the Row Header in this PivotTable.

Definition:

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

See Also