Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / ProtectStructure Property


In This Topic
    ProtectStructure Property
    In This Topic
    Gets a value indicating whether the order of the sheets in the workbook is protected.
    Syntax
    'Declaration
     
    
    ReadOnly Property ProtectStructure As Boolean
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As Boolean
     
    value = instance.ProtectStructure
    bool ProtectStructure {get;}

    Property Value

    true if the order of the sheets in the workbook is protected; otherwise, false.
    See Also