Class UnlockerLoadOptions

Info

Options to unlock excel files.

public class UnlockerLoadOptions : LoadOptions

Inheritance

objectLoadOptionsUnlockerLoadOptions

Inherited Members

Constructors

UnlockerLoadOptions()

public UnlockerLoadOptions()

Properties

Password

Password to open the file.

public string Password { get; set; }

Property Value

string

PasswordToModify

Password to modify the file.

public string PasswordToModify { get; set; }

Property Value

string

PasswordToUnprotectWorkbook

Password to unprotect the workbook.

public string PasswordToUnprotectWorkbook { get; set; }

Property Value

string

PasswordToUnprotectWorksheet

Password to unprotect the worksheet.

public string PasswordToUnprotectWorksheet { get; set; }

Property Value

string

Namespace: Sheetize Assembly: Sheetize.dll

 English