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


In This Topic
    Locked Property (ConditionalStyleInfo)
    In This Topic
    Gets or sets the whether the style marks cells as locked.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Locked As Boolean
    'Usage
     
    
    Dim instance As ConditionalStyleInfo
    Dim value As Boolean
     
    value = instance.Locked
    public bool Locked {get;}
    See Also