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


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