ExcelWorksheetSecurityProtectWorksheet(ExcelProtectionAllowFlags) Method |
Protects the worksheet and allows only the operations specified by the protection flags.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void ProtectWorksheet(
ExcelProtectionAllowFlags allowFlags
)
Public Sub ProtectWorksheet (
allowFlags As ExcelProtectionAllowFlags
)
Parameters
- allowFlags ExcelProtectionAllowFlags
- The flags specifying the operations allowed after protection.
See Also