WriteProtection
Password Property
|
Sets the protected password to modify the file.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string Password { set; }
Public WriteOnly Property Password As String
Set
public:
property String^ Password {
void set (String^ value);
}
member Password : string with set
Property Value
Type:
String
See Also