Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetProtectionPermissions Enum

Lists end-user actions allowed for the protected worksheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[Flags]
public enum WorksheetProtectionPermissions

Members

Name Description
SelectLockedCells

Select cells which are locked. This option is not in effect for the SpreadsheetControl. These cells are always selectable.

SelectUnlockedCells

Select unlocked cells. This option is not in effect for the SpreadsheetControl. These cells are always selectable.

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