Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / ResetLocked Method


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