Click or drag to resize

XlsWorksheetBase Unprotect Method (String)

Unprotects this worksheet using 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
Password to unprotect.

Implements

ITabSheet Unprotect(String)
See Also