Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void Protect(
	string password,
	SheetProtectionType options
)
Sub Protect ( 
	password As String,
	options As SheetProtectionType
)
void Protect(
	String^ password, 
	SheetProtectionType options
)
abstract Protect : 
        password : string * 
        options : SheetProtectionType -> unit 

Parameters

password
String
options
SheetProtectionType

See Also