Enum ProtectionType
Info
Represents protection type of one excel file or one sheet in it.
public enum ProtectionType
Fields
All = 0
: Represents to protect all.Contents = 1
: Represents to protect contents, used in Worksheet protection.None = 6
: Represents no protection. Only for Reading property.Objects = 2
: Represents to protect objects, used in Worksheet protection.Scenarios = 3
: Represents to protect scenarios, used in Worksheet protection.Structure = 4
: Represents to protect structure, used in Workbook protection.Windows = 5
: Represents to protect window, used in Workbook protection.
Namespace: Sheetize Assembly: Sheetize.dll