Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[FlagsAttribute]
public enum SheetProtectionType
<FlagsAttribute> 
Public Enumeration SheetProtectionType
[FlagsAttribute]
public enum class SheetProtectionType
[<FlagsAttribute>]
type SheetProtectionType

Members

MemberValueDescription
None0
Objects1
Scenarios2
FormattingCells4
FormattingColumns8
FormattingRows16
InsertingColumns32
InsertingRows64
InsertingHyperlinks128
DeletingColumns256
DeletingRows512
LockedCells1024
Sorting2048
Filtering4096
UsingPivotTables8192
UnLockedCells16384
Content32768
All65535

See Also