Click or drag to resize

ExcelWorksheetSecurityProtectWorksheet(ExcelProtectionAllowFlags) Method

Protects the worksheet and allows only the operations specified by the protection flags.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void ProtectWorksheet(
	ExcelProtectionAllowFlags allowFlags
)

Parameters

allowFlags  ExcelProtectionAllowFlags
The flags specifying the operations allowed after protection.
See Also