page_field_wrap_count property

page_field_wrap_count property

Gets the number of page fields in each column or row in the PivotTable report.

Definition:

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

See Also