Click or drag to resize

ExcelWorksheetSecurityProtectWorksheet(String) Method

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: 9.0.0
Syntax
public void ProtectWorksheet(
	string password
)

Parameters

password  String
The password.
See Also