Link Search Menu Expand Document

WorkbookProtect Method

Protects the workbook.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-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