Enum SpreadsheetProtection
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
[Flags]
public enum SpreadsheetProtection
Fields
AllowAutoFilter = 4096Specifies that filtering is allowed for the associated data.
AllowDeleteColumns = 256Specifies an option that enables the deletion of columns.
AllowDeleteRows = 512Specifies the option to allow the deletion of rows in the xlsx worksheet.
AllowFormatCells = 4Specifies that cell formatting is allowed.
AllowFormatColumns = 8Specifies that column formatting is allowed.
AllowFormatRows = 16Specifies that row formatting is allowed.
AllowInsertColumns = 32Specifies that columns can be inserted into the xlsx worksheet.
AllowInsertHyperlinks = 128Specifies that hyperlinks can be inserted.
AllowInsertRows = 64Specifies an option that allows rows to be inserted into the xlsx worksheet.
AllowPivotTables = 8192Specifies that pivot table functionality is enabled in the data model.
AllowSort = 2048Specifies the option to allow sorting of data in the xlsx worksheet.
Default = -1Default protection (all default Excel protections)
LockSelectionLockedCells = 1024Specifies the option that disables the selection of locked cells.
LockSelectionUnlockedCells = 16384Specifies the option that the selection of unlocked cells should be locked.
None = 0All spreadsheets are protected against any form of editing.
ObjectsLocked = 1Objects (e.g. rectangles) are locked.
ScenariosLocked = 2Scenarios are locked (can't be added, edited, deleted or run).