Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadFontStyle Class / SpreadFontStyle Constructor / SpreadFontStyle Constructor(RegularBoldItalicFontStyle)
The RegularBoldItalic style.


In This Topic
SpreadFontStyle Constructor(RegularBoldItalicFontStyle)
In This Topic
Initializes a new instance of the SpreadFontStyle class.
Syntax
'Declaration
 
Public Function New( _
   ByVal regularBoldItalic As RegularBoldItalicFontStyle _
)
 
'Usage
 
Dim regularBoldItalic As RegularBoldItalicFontStyle
 
Dim instance As New SpreadFontStyle(regularBoldItalic)

Parameters

regularBoldItalic
The RegularBoldItalic style.
See Also