Password Property
Summary
Gets or sets the password used to open a password-protected Excel workbook.
Syntax
public string Password { get; set; }
public:
property String^ Password
{
String^ get()
void set(String^ value)
}
Property Value
The password string required to open the workbook. If the workbook is not password-protected, this property can be left unset or set to null.
Requirements
Target Platforms
See Also
LoadWorkbookOptions Class
LoadWorkbookOptions Members
Leadtools.Document.LEADOffice.Sheet Namespace