Workbook
UnProtect Method (String)
|
unprotect file
also upprotect workbook window and structure
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void UnProtect(
string bookWindowAndStructurePassword
)
Public Sub UnProtect (
bookWindowAndStructurePassword As String
)
public:
void UnProtect(
String^ bookWindowAndStructurePassword
)
member UnProtect :
bookWindowAndStructurePassword : string -> unit
Parameters
-
bookWindowAndStructurePassword
-
Type:
System
String
password for protect workbook window and structure
See Also