WorksheetProtect Method (String, EnhancedSheetProtection)Bytescout Spreadsheet SDK
Protects this Worksheet with specified password and options.

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

public void Protect(
	string Password,
	EnhancedSheetProtection Options
)

Parameters

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

Implements

IWorksheetProtect(String, EnhancedSheetProtection)
See Also

Reference