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


In This Topic
    ResetLocked Method (AlternatingRow)
    In This Topic
    Resets the locked state for this row and makes this row inherit the locked state from the default row.
    Syntax
    'Declaration
     
    
    Public Sub ResetLocked() 
    'Usage
     
    
    Dim instance As AlternatingRow
     
    instance.ResetLocked()
    public void ResetLocked()
    See Also