Spread Windows Forms 15.0
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)
    public SpreadFontStyle( 
       RegularBoldItalicFontStyle regularBoldItalic
    )

    Parameters

    regularBoldItalic
    The RegularBoldItalic style.
    See Also