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


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

    Property Value

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