ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSecurity Class / WritePassword Property

In This Topic
    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.
    Remarks
    Default value - empty string.
    See Also