allow_formatting_row property

allow_formatting_row property

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

Definition:

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

See Also