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


In This Topic
    ResetForeColor Method (StyleInfo)
    In This Topic
    Resets the ForeColor property to its default value.
    Syntax
    'Declaration
     
    
    Public Sub ResetForeColor() 
    'Usage
     
    
    Dim instance As StyleInfo
     
    instance.ResetForeColor()
    public void ResetForeColor()
    Example
    This example uses the ResetForeColor method.
    See Also