Winnovative Excel Library

ExcelWorksheetSecurityUnprotectWorksheet Method (String)

Winnovative Excel Library Documentation
Unprotects the worksheet providing the password used when the worksheet was protected.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void UnprotectWorksheet(
	string password
)

Parameters

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

Reference