Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WorksheetProtectionPermissions Enum

In This Article

Lists end-user actions allowed for the protected worksheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

[Flags]
public enum WorksheetProtectionPermissions

#Members

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.

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