show_compact property

show_compact property

Indicates whether display labels from the next field in the same column on the Pivot Table view

Definition:

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

See Also