Click or drag to resize

ITabSheet Unprotect Method

Unprotects worksheet's content with password.

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

Parameters

password
Type: System String
Password to unprotect.
See Also