Click or drag to resize

ExcelWorksheetSecurityProtectWorksheet Method (String, ExcelProtectionAllowFlags)

Protects the worksheet and allows only the operations specified by the protection flags 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,
	ExcelProtectionAllowFlags allowFlags
)

Parameters

password
Type: SystemString
The password.
allowFlags
Type: ExpertXls.ExcelLibExcelProtectionAllowFlags
The flags specifying the operations allowed after protection.
See Also