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


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