ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class / ProtectWorkbookPassword Property

In This Topic
    ProtectWorkbookPassword Property
    In This Topic
    Sets/gets the password for protecting the elements in workbook.
    Syntax
    'Declaration
     
    Public Property ProtectWorkbookPassword As String
    public string ProtectWorkbookPassword {get; set;}
    Remarks
    The password will take effect when one of ProtectWorkbookWindows and ProtectWorkBookStructure property is true.
    See Also