ExcelDocumentSecurityUnprotectWorkbook(String) Method |
Removes the protection from the workbook.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void UnprotectWorkbook(
string password
)
Public Sub UnprotectWorkbook (
password As String
)
Parameters
- password String
- Password to unprotect workbook.
See Also