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

In This Topic
    ProtectWorkbookWindows Property
    In This Topic
    Gets or sets an option from the Protect Workbook dialog box.
    Syntax
    'Declaration
     
    Public Property ProtectWorkbookWindows As Boolean
    public bool ProtectWorkbookWindows {get; set;}

    Property Value

    A System.Boolean value, which indicates whether or not this workbook has protection.
    Remarks
    When this property is set to true, Excel does not allow the user to add, delete, reorder, or rename sheets in the workbook.
    See Also