Click or drag to resize

ExcelDocumentSecurityProtectWorkbook(Boolean, Boolean) Method

Protects the workbook window and structure.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
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