Click or drag to resize

ITabSheet Protect Method (String)

Protects 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 Protect(
	string password
)

Parameters

password
Type: System String
Password to protect with.
See Also