ExcelWorksheetSecurityProtectWorksheet(ExcelProtectionAllowFlags) Method

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

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void ProtectWorksheet(
	ExcelProtectionAllowFlags allowFlags
)

Parameters

allowFlags  ExcelProtectionAllowFlags
The flags specifying the operations allowed after protection.

See Also