ExcelWorksheetSecurityUnprotectWorksheet(String) Method
Unprotects the worksheet providing the password used when the worksheet was protected.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void UnprotectWorksheet(
string password
)
Public Sub UnprotectWorksheet (
password As String
)
public:
void UnprotectWorksheet(
String^ password
)
member UnprotectWorksheet :
password : string -> unit
Parameters
- password String
- The password used to unprotect the worksheet.