allow_filtering property

allow_filtering property

Represents if the user is allowed to make use of an AutoFilter that was created before the sheet was protected.

Definition:

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

See Also