Spread WinForms 15
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.


In This Topic
Font Constructor(Font,UnderlineStyle)
In This Topic
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)

Parameters

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