SheetProtectionType module
- class SheetProtectionType.SheetProtectionType(value)
Bases:
Enum- <summary>
Represents sheet protection flags enums.
</summary>
- All = 65535
- Content = 32768
- DeletingColumns = 256
- DeletingRows = 512
- Filtering = 4096
- FormattingCells = 4
- FormattingColumns = 8
- FormattingRows = 16
- InsertingColumns = 32
- InsertingHyperlinks = 128
- InsertingRows = 64
- LockedCells = 1024
- Objects = 1
- Scenarios = 2
- Sorting = 2048
- UnLockedCells = 16384
- UsingPivotTables = 8192
- none = 0