Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleInfo Class / Locked Property


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