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


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