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

In This Topic
    Password Property (DDSecurity)
    In This Topic
    Get or set the password that is required to open a spreadsheet document.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}

    Property Value

    A System.String password.
    Remarks
    Default value - empty string.
    See Also