Click or drag to resize

XlsWorkbook Unprotect Method (String)

Unprotects the workbook with the specified password.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Unprotect(
	string password
)

Parameters

password
Type: System String
The password used to protect the workbook.
See Also