Click or drag to resize

ExcelWorksheetSecurityProtectWorksheet Method (String)

Protect the worksheet using the default protection options and set a password required to unprotect the worksheet.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public void ProtectWorksheet(
	string password
)

Parameters

password
Type: SystemString
The password.
See Also