←Select platform

Password Property

Summary

Gets or sets the password used to open a password-protected Excel workbook.

Syntax

C#
C++/CLI
Python
public string Password { get; set; } 
public:  
   property String^ Password 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Password # get and set (LoadWorkbookOptions) 

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

Help Version 23.0.2024.4.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.LEADOffice Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.