Spread Windows Forms 12.0 Product Documentation
Reset Method (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Reset Method
A FontAttributes value indicates the attribute(s) will be reset.
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

Reference

Font Structure
Font Members