allow_formatting_cell property

allow_formatting_cell property

Represents if the formatting of cells is allowed on a protected worksheet.

Definition:

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

See Also