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

In This Topic
    ProtectedBy Property (DDSecurity)
    In This Topic
    Gets or sets the user name that is responsible for protecting the spreadsheet document with a password.
    Syntax
    'Declaration
     
    Public Property ProtectedBy As String
    public string ProtectedBy {get; set;}

    Property Value

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