ExcelWorksheetSecurityUnprotectWorksheet Method (String) |
Unprotects the worksheet providing the password used when the worksheet was protected.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void UnprotectWorksheet(
string password
)
Public Sub UnprotectWorksheet (
password As String
)
Parameters
- password
- Type: SystemString
The password used to unprotect the worksheet.
See Also