Spread Windows Forms 12.0 Product Documentation
Font Constructor(Font,UnderlineStyle)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure > Font Constructor : Font Constructor(Font,UnderlineStyle)
The existing Font from which to create the new Font.
A _fontUnderline value indicates the underline of this Font.
Initializes a new instance of the Font struct that uses the specified existing Font and new font underline.
Syntax
'Declaration
 
Public Function New( _
   ByVal prototype As Font, _
   ByVal underline As UnderlineStyle _
)
'Usage
 
Dim prototype As Font
Dim underline As UnderlineStyle
 
Dim instance As New Font(prototype, underline)
public Font( 
   Font prototype,
   UnderlineStyle underline
)

Parameters

prototype
The existing Font from which to create the new Font.
underline
A _fontUnderline value indicates the underline of this Font.
See Also

Reference

Font Structure
Font Members
Overload List