WritePassword Property (DDSecurity)
In This Topic
Gets or sets a password that prevents the spreadsheet document from being modified.
Syntax
'Declaration
Public Property WritePassword As String
public string WritePassword {get; set;}
Property Value
A
System.String password.
See Also