Skip to main content
Row

WorksheetProtectionPermissions Enum

Lists end-user actions allowed for the protected worksheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.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