subtotal_hidden_page_items property

subtotal_hidden_page_items property

Indicates whether hidden page field items in the PivotTable report are included in row and column subtotals, block totals, and grand totals. The default value is False.

Definition:

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

See Also