ProtectionType Enum
ProtectionType Enum
Represents workbook/worksheet protection type.
type ProtectionType int32
Fields
Field | Description |
---|---|
All | Represents to protect all. |
Contents | Represents to protect contents, used in Worksheet protection. |
Objects | Represents to protect objects, used in Worksheet protection. |
Scenarios | Represents to protect scenarios, used in Worksheet protection. |
Structure | Represents to protect structure, used in Workbook protection. |
Windows | Represents to protect window, used in Workbook protection. |
None | Represents no protection. Only for Reading property. |