Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / IsProtectedStructure Property


In This Topic
    IsProtectedStructure Property
    In This Topic
    Specifies whether Spread allows the user to change the structure of the sheet collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsProtectedStructure As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    value = instance.IsProtectedStructure
    public bool IsProtectedStructure {get;}
    See Also