Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ColumnInfo Class / Locked Property


In This Topic
    Locked Property (ColumnInfo)
    In This Topic
    Gets or sets a value indicating whether this RangeInfo is locked.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Overrides NotOverridable Property Locked As Boolean
    'Usage
     
    Dim instance As ColumnInfo
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    [DefaultValue(true)]
    public override bool Locked {get; set;}

    Property Value

    true if locked; otherwise, false.
    See Also