ExcelWorksheetSecurityProtectWorksheet Method (ExcelProtectionAllowFlags) |
Protects the worksheet and allows only the operations specified by the protection flags.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void ProtectWorksheet(
ExcelProtectionAllowFlags allowFlags
)
Public Sub ProtectWorksheet (
allowFlags As ExcelProtectionAllowFlags
)
Parameters
- allowFlags
- Type: ExpertXls.ExcelLibExcelProtectionAllowFlags
The flags specifying the operations allowed after protection.
See Also