show_all_items property

show_all_items property

Indicates whether to display all items in the PivotTable view, even if they don’t contain summary data. The default value is false.

Definition:

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

See Also