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
)
Sub Protect (
password As String
)
void Protect(
String^ password
)
abstract Protect :
password : string -> unit
Parameters
-
password
-
Type:
System
String
Password to protect with.
See Also