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


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

    Property Value

    true if the column cells are locked; otherwise, false. The default value is false.
    See Also