Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Protect Property


In This Topic
    Protect Property (SheetView)
    In This Topic
    Gets or sets whether cells on this sheet that are marked as locked are not editable.
    Syntax
    'Declaration
     
    
    Public Property Protect As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.Protect = value
     
    value = instance.Protect
    public bool Protect {get; set;}
    See Also