Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Reset Method
A FontAttributes value indicates the attribute(s) will be reset.


In This Topic
    Reset Method (Font)
    In This Topic
    Resets the specified attribute(s).
    Syntax
    'Declaration
     
    
    Public Sub Reset( _
       ByVal attr As FontAttributes _
    ) 
    'Usage
     
    
    Dim instance As Font
    Dim attr As FontAttributes
     
    instance.Reset(attr)
    public void Reset( 
       FontAttributes attr
    )

    Parameters

    attr
    A FontAttributes value indicates the attribute(s) will be reset.
    See Also