Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Locked Property


In This Topic
    Locked Property (Cell)
    In This Topic
    Gets or sets a value that indicates whether a cell is marked as locked from editing.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property Locked As Boolean
    'Usage
     
    Dim instance As Cell
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    [DefaultValue(true)]
    public bool Locked {get; set;}

    Property Value

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