allow_sorting property

allow_sorting property

Represents if the sorting option is allowed on a protected worksheet.

Definition:

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

See Also