Name | Description | |
---|---|---|
WorksheetProtection Constructor |
The following tables list the members exposed by WorksheetProtection.
Name | Description | |
---|---|---|
WorksheetProtection Constructor |
Name | Description | |
---|---|---|
AllowDeleteColumns | Gets or sets if deleting Columns is allowed when a Worksheet is protected. The default value is false. | |
AllowDeleteRows | Gets or sets if deleting Rows is allowed when a Worksheet is protected. The default value is false. | |
AllowEditObjects | Gets or sets if editing objects like Pictures, Notes or Comments is allowed when a Worksheet is protected. The default value is false. | |
AllowFormatCells | Gets or sets if modifying the formatting of Cells is allowed when a Worksheet is protected. The default value is false. | |
AllowFormatColumns | Gets or sets if modifying the formatting of Columns is allowed when a Worksheet is protected. The default value is false. | |
AllowFormatRows | Gets or sets if modifying the formatting of Rows is allowed when a Worksheet is protected. The default value is false. | |
AllowInsertColumns | Gets or sets if inserting Columns is allowed when a Worksheet is protected. The default value is false. | |
AllowInsertHyperlinks | Gets or sets if inserting Hyperlinks is allowed when a Worksheet is protected. The default value is false. | |
AllowInsertRows | Gets or sets if inserting Rows is allowed when a Worksheet is protected. The default value is false. | |
AllowSelectLockedCells | Gets or sets if selecting locked Cells is allowed when a Worksheet is protected. The default value is true. | |
AllowSelectUnlockedCells | Gets or sets if selecting unlocked Cells is allowed when a Worksheet is protected. The default value is true. | |
AllowUseAutoFilter | Gets or sets if using AutoFilter is allowed when a Worksheet is protected. The default value is false. |