ExcelWorksheetSecurityProtectWorksheet Method (String) |
Protect the worksheet using the default protection options and set a password required to unprotect the worksheet.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void ProtectWorksheet(
string password
)
Public Sub ProtectWorksheet (
password As String
)
Parameters
- password
- Type: SystemString
The password.
See Also