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


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