Winnovative Excel Library

ExcelWorksheetSecurityProtectWorksheet Method (ExcelProtectionAllowFlags)

Winnovative Excel Library Documentation
Protects the worksheet and allows only the operations specified by the protection flags.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void ProtectWorksheet(
	ExcelProtectionAllowFlags allowFlags
)

Parameters

allowFlags
Type: Winnovative.ExcelLibExcelProtectionAllowFlags
The flags specifying the operations allowed after protection.
See Also

Reference