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


In This Topic
    ResetForeColor Method (Column)
    In This Topic
    Resets the foreground color for the column and makes the column inherit the foreground color from the default column.
    Syntax
    'Declaration
     
    
    Public Sub ResetForeColor() 
    'Usage
     
    
    Dim instance As Column
     
    instance.ResetForeColor()
    public void ResetForeColor()
    Example
    This example uses the ResetForeColor method.
    See Also