WorksheetProtectionType Enumeration |
Represents Spreadsheet worksheet (tab) protection types
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.1.1.0
Syntaxpublic enum WorksheetProtectionType
Public Enumeration WorksheetProtectionType
public enum class WorksheetProtectionType
type WorksheetProtectionType
Members
| Member name | Value | Description |
---|
| None | 0 |
Protection is not applied (default value)
|
| All | 1 |
User cannot modify anything on the worksheet
|
| Contents | 2 |
User cannot enter data in the worksheet
|
| Objects | 3 |
User cannot modify drawing objects
|
| Scenarios | 4 |
User cannot modify saved scenarios
|
| Structure | 5 |
User cannot modify the structure
|
| Window | 6 |
User cannot modify the window
|
See Also