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


In This Topic
    ResetLockForeColor Method (Rows.DefaultRow)
    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 Rows.DefaultRow
     
    instance.ResetLockForeColor()
    public void ResetLockForeColor()
    See Also