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


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