Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / ProtectWindows Property


In This Topic
    ProtectWindows Property
    In This Topic
    Gets a value indicating whether the windows of the workbook are protected.
    Syntax
    'Declaration
     
    
    ReadOnly Property ProtectWindows As Boolean
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As Boolean
     
    value = instance.ProtectWindows
    bool ProtectWindows {get;}

    Property Value

    true if the windows of the workbook are protected; otherwise, false.
    See Also