ExcelWorksheetSecurityProtectWorksheet(String) Method |
Protect the worksheet using the default protection options and set a password required to unprotect the worksheet.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void ProtectWorksheet(
string password
)
Public Sub ProtectWorksheet (
password As String
)
Parameters
- password String
- The password.
See Also