Back to Devexpress

WorksheetProtectionPermissions Enum

officefileapi-devexpress-dot-spreadsheet-c6756962.md

latest1.9 KB
Original Source

WorksheetProtectionPermissions Enum

Lists end-user actions allowed for the protected worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[Flags]
public enum WorksheetProtectionPermissions
vb
<Flags>
Public Enum WorksheetProtectionPermissions

Members

NameDescription
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

Protect(String, WorksheetProtectionPermissions)

DevExpress.Spreadsheet Namespace