Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Row Class / ResetForeColor Method
Example


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