ExcelWorksheetSecurityUnprotectWorksheet(String) Method

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

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void UnprotectWorksheet(
	string password
)

Parameters

password  String
The password used to unprotect the worksheet.

See Also