Class UnlockerLoadOptions
Info
Options to unlock excel files.
public class UnlockerLoadOptions : LoadOptions
Inheritance
object ← LoadOptions ← UnlockerLoadOptions
Inherited Members
- LoadOptions.InputFile,
- LoadOptions.InputStream,
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Constructors
UnlockerLoadOptions()
public UnlockerLoadOptions()
Properties
Password
Password to open the file.
public string Password { get; set; }
Property Value
PasswordToModify
Password to modify the file.
public string PasswordToModify { get; set; }
Property Value
PasswordToUnprotectWorkbook
Password to unprotect the workbook.
public string PasswordToUnprotectWorkbook { get; set; }
Property Value
PasswordToUnprotectWorksheet
Password to unprotect the worksheet.
public string PasswordToUnprotectWorksheet { get; set; }
Property Value
Namespace: Sheetize Assembly: Sheetize.dll