Worksheet.SheetProtectionValue Enumeration

PicoXLSX

PicoXLSX

WorksheetSheetProtectionValue Enumeration

Enum to define the possible protection types when protecting a worksheet

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public enum SheetProtectionValue
Members
  Member nameValueDescription
objects0If selected, the user can edit objects if the worksheets is protected
scenarios1If selected, the user can edit scenarios if the worksheets is protected
formatCells2If selected, the user can format cells if the worksheets is protected
formatColumns3If selected, the user can format columns if the worksheets is protected
formatRows4If selected, the user can format rows if the worksheets is protected
insertColumns5If selected, the user can insert columns if the worksheets is protected
insertRows6If selected, the user can insert rows if the worksheets is protected
insertHyperlinks7If selected, the user can insert hyper links if the worksheets is protected
deleteColumns8If selected, the user can delete columns if the worksheets is protected
deleteRows9If selected, the user can delete rows if the worksheets is protected
selectLockedCells10If selected, the user can select locked cells if the worksheets is protected
sort11If selected, the user can sort cells if the worksheets is protected
autoFilter12If selected, the user can use auto filters if the worksheets is protected
pivotTables13If selected, the user can use pivot tables if the worksheets is protected
selectUnlockedCells14If selected, the user can select unlocked cells if the worksheets is protected
See Also