print_titles property

Indicates whether the print titles for the worksheet are set based on the PivotTable report. The default value is false.

Definition:

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

See Also