is_deleting_rows_allowed property

is_deleting_rows_allowed property

Represents if the deletion of rows is allowed on a protected worksheet.

Remarks

The rows containing the cells to be deleted must be unlocked when the sheet is protected, and “Select unlocked cells” option must be enabled.

Definition:

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

See Also