Class ProtectionSettings
Class ProtectionSettings
Represents the required settings for protecting one excel file or one sheet in it.
public class ProtectionSettings
Inheritance
Inherited Members
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
Constructors
ProtectionSettings()
public ProtectionSettings()
Properties
Password
The password of protection.
public string Password { get; set; }
Property Value
ProtectionType
The protection type to lock one excel file or one sheet in it.
public ProtectionType ProtectionType { get; set; }
Property Value
Namespace: Sheetize | Assembly: Sheetize.dll