Click or drag to resize

ExcelWorksheetSecurityUnprotectWorksheet(String) Method

Unprotects the worksheet providing the password used when the worksheet was protected.

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

Parameters

password  String
The password used to unprotect the worksheet.
See Also