ITabSheet
Unprotect Method
|
Unprotects worksheet's content with password.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Unprotect(
string password
)
Sub Unprotect (
password As String
)
void Unprotect(
String^ password
)
abstract Unprotect :
password : string -> unit
Parameters
-
password
-
Type:
System
String
Password to unprotect.
See Also