Workbook
SetWriteProtectionPassword Method
|
Sets write protection password.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetWriteProtectionPassword(
string password
)
Public Sub SetWriteProtectionPassword (
password As String
)
public:
void SetWriteProtectionPassword(
String^ password
)
member SetWriteProtectionPassword :
password : string -> unit
Parameters
-
password
-
Type:
System
String
Password to set
See Also