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

In This Topic
    DDSecurity Class
    In This Topic
    Encapsulates the information necessary to provide spreadsheet document security and encryption.
    Object Model
    DDSecurity Class
    Syntax
    'Declaration
     
    Public Class DDSecurity 
    public class DDSecurity 
    Remarks
    If a WritePassword or a Password is supplied the spreadsheet application will prompt for a write or open access password. If a WritePassword or a Password is not supplied no password will be requested to open the document. By correctly supplying the Password, the user will be able to open the document. By correctly supplying the WritePassword, the user will be able to write the document. If the read only recommended is set to true, the Excel application will prompt user whether to open document as read-only.
    Inheritance Hierarchy

    System.Object
       GrapeCity.SpreadBuilder.DDSecurity

    See Also