item_print_titles property

item_print_titles property

Indicates whether PivotItem names should be repeated at the top of each printed page.

Definition:

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

See Also