Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / ResetLockBackColor Method


In This Topic
    ResetLockBackColor Method (Row)
    In This Topic
    Resets the background color for the locked row and makes the row inherit the background color from the default row.
    Syntax
    'Declaration
     
    
    Public Sub ResetLockBackColor() 
    'Usage
     
    
    Dim instance As Row
     
    instance.ResetLockBackColor()
    public void ResetLockBackColor()
    See Also