Protection.AllowDeletingColumn

Protection.AllowDeletingColumn property

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

public bool AllowDeletingColumn { get; set; }

Remarks

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

See Also