Link Search Menu Expand Document

IWorksheetProtect Method (String, EnhancedSheetProtection)

Protects this Worksheet with specified password and options.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void Protect(
	string Password,
	EnhancedSheetProtection Options
)

Parameters

Password
Type: SystemString
The password.
Options
Type: Bytescout.Spreadsheet.ConstantsEnhancedSheetProtection
The EnhancedSheetProtection options.
See Also

Reference