Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetLocked Method


In This Topic
    ResetLocked Method (NamedStyle)
    In This Topic
    Resets to the default setting for the style whether this style permits a cell to be edited when the sheet is protected (not set).
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetLocked() 
    'Usage
     
    
    Dim instance As NamedStyle
     
    instance.ResetLocked()
    public override void ResetLocked()
    See Also