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


In This Topic
    ResetForeColor Method (CellWrapper)
    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 Shadows Sub ResetForeColor() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetForeColor()
    public new void ResetForeColor()
    See Also