Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellProtection Structure / Locked Property


In This Topic
    Locked Property (CellProtection)
    In This Topic
    Gets or sets a value indicating whether the cell is locked.
    Syntax
    'Declaration
     
    
    Public Property Locked As Boolean
    'Usage
     
    
    Dim instance As CellProtection
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    public bool Locked {get; set;}

    Property Value

    true if the cell is locked; otherwise, false.
    See Also