ExcelDocumentSecurityUnprotectWorkbook Method (String) |
Removes the protection from the workbook.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void UnprotectWorkbook(
string password
)
Public Sub UnprotectWorkbook (
password As String
)
Parameters
- password
- Type: SystemString
Password to unprotect workbook.
See Also