Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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
| Member | Value | Description |
|---|---|---|
| None | 0 | |
| Objects | 1 | |
| Scenarios | 2 | |
| FormattingCells | 4 | |
| FormattingColumns | 8 | |
| FormattingRows | 16 | |
| InsertingColumns | 32 | |
| InsertingRows | 64 | |
| InsertingHyperlinks | 128 | |
| DeletingColumns | 256 | |
| DeletingRows | 512 | |
| LockedCells | 1024 | |
| Sorting | 2048 | |
| Filtering | 4096 | |
| UsingPivotTables | 8192 | |
| UnLockedCells | 16384 | |
| Content | 32768 | |
| All | 65535 |