XlsWorksheetBase
Unprotect Method (String)
|
Unprotects this worksheet using 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:
virtual void Unprotect(
String^ password
) sealed
abstract Unprotect :
password : string -> unit
override Unprotect :
password : string -> unit
Parameters
-
password
-
Type:
System
String
Password to unprotect.
Implements
ITabSheet
Unprotect(String)
See Also