allow_formatting_column property

allow_formatting_column property

Represents if the formatting of columns is allowed on a protected worksheet

Definition:

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

See Also