Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetForeColor Method
Example


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()
    Example
    This example uses the ResetForeColor method.
    See Also