WorkbookProtect Method Bytescout Spreadsheet SDK
Protects the workbook.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public void Protect(
	string Password,
	bool Structure,
	bool Windows
)

Parameters

Password
Type: SystemString
The password.
Structure
Type: SystemBoolean
True to protect the structure of the workbook.
Windows
Type: SystemBoolean
True to protect the workbook windows.
See Also

Reference