ProtectionType enumeration

ProtectionType enumeration

Represents workbook/worksheet protection type.

The ProtectionType type exposes the following members:

Fields

FieldDescription
ALLRepresents to protect all.
CONTENTSRepresents to protect contents, used in Worksheet protection.
OBJECTSRepresents to protect objects, used in Worksheet protection.
SCENARIOSRepresents to protect scenarios, used in Worksheet protection.
STRUCTURERepresents to protect structure, used in Workbook protection.
WINDOWSRepresents to protect window, used in Workbook protection.
NONERepresents no protection. Only for Reading property.

See Also