Click or drag to resize

ITabSheet Protect Method (String, SheetProtectionType)

Protects current worksheet.

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,
	SheetProtectionType options
)

Parameters

password
Type: System String
Represents password to protect.
options
Type: Spire.Xls SheetProtectionType
Represents params to protect.
See Also