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

In This Topic
    ProtectWorkbookWindows Property
    In This Topic
    Sets/gets an option from the Protect Workbook dialog box. If this property is set to true, Excel will not let the user add, delete, reorder, or rename sheets in the workbook.
    Syntax
    'Declaration
     
    Public Property ProtectWorkbookWindows As Boolean
    public bool ProtectWorkbookWindows {get; set;}
    See Also