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


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