XlsWorkbook
Unprotect Method (String)
|
Unprotects the workbook with the specified password.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Unprotect(
string password
)
Public Sub Unprotect (
password As String
)
public:
void Unprotect(
String^ password
)
member Unprotect :
password : string -> unit
Parameters
-
password
-
Type:
System
String
The password used to protect the workbook.
See Also