ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder Namespace / DDSecurity Class / Password Property

In This Topic
    Password Property (DDSecurity)
    In This Topic
    Gets or sets the password which can be entered to permit to open spreadsheet document.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}
    Remarks
    Checks if the password is valid when Workbook.Save method is invoked.
    See Also