Click or drag to resize

ExcelWorksheetSecurityUnprotectWorksheet Method (String)

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

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

Parameters

password
Type: SystemString
The password used to unprotect the worksheet.
See Also