missing_items_limit property

missing_items_limit property

Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them.

Definition:

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

See Also