show_row_header_caption property

show_row_header_caption property

Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs

Definition:

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

See Also