Aspose::Cells::ProtectionType enum

ProtectionType enum

Represents workbook/worksheet protection type.

enum class ProtectionType

Values

NameValueDescription
All0
Represents to protect all.
Contents1
Represents to protect contents, used in Worksheet protection.
Objects2
Represents to protect objects, used in Worksheet protection.
Scenarios3
Represents to protect scenarios, used in Worksheet protection.
Structure4
Represents to protect structure, used in Workbook protection.
Windows5
Represents to protect window, used in Workbook protection.
None6
Represents no protection. Only for Reading property.

See Also