Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / Locked Property


In This Topic
    Locked Property (Rows.DefaultRow)
    In This Topic
    Gets or sets whether cells in the default row are marked as locked.
    Syntax
    'Declaration
     
    
    Public Shadows Property Locked As Boolean
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    public new bool Locked {get; set;}
    See Also