officefileapi-devexpress-dot-spreadsheet-c6756962.md
Lists end-user actions allowed for the protected worksheet.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[Flags]
public enum WorksheetProtectionPermissions
<Flags>
Public Enum WorksheetProtectionPermissions
| Name | Description |
|---|---|
SelectLockedCells |
Select locked cells.
|
| SelectUnlockedCells |
Select unlocked cells.
|
| FormatCells |
Change formatting or conditional formatting options.
|
| FormatColumns |
Change column width or hide columns.
|
| FormatRows |
Change row height or hide columns.
|
| InsertColumns |
Insert columns.
|
| InsertRows |
Insert rows.
|
| InsertHyperlinks |
Insert hyperlinks.
|
| DeleteColumns |
Delete columns.
|
| DeleteRows |
Delete rows.
|
| Sort |
Use commands to sort cell data.
|
| AutoFilters |
Use the arrows to change the filter on ranges when AutoFilters are applied.
|
| PivotTables |
Change or refresh PivotTable reports, or create new reports.
|
| Objects |
Make changes to shapes or charts.
|
| Scenarios |
Make changes to scenarios and view hidden scenarios. Currently not in use since scenarios are not supported.
|
| Default |
Select locked and unlocked cells.
|
See Also