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


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

    Property Value

    true if cells in this row are locked; otherwise, false. The default value is false.
    See Also