WorksheetProtectionType
WorksheetProtectionType enumeration
Represents Spreadsheet worksheet (tab) protection types
public enum WorksheetProtectionType
Values
| 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
- namespace GroupDocs.Editor.Options
 - assembly GroupDocs.Editor