ExcelDocumentSecurityProtectWorkbook(Boolean, Boolean) Method

Protects the workbook window and structure.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void ProtectWorkbook(
	bool protectWindow,
	bool protectStructure
)

Parameters

protectWindow  Boolean
When this flag is true the workbook window will be protected.
protectStructure  Boolean
When this flag is true the workbook structure is protected.

See Also