Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadFontStyle Class / SpreadFontStyle Constructor / SpreadFontStyle Constructor(RegularBoldItalicFontStyle,StrikeoutFontStyle,UnderlineFontStyle)
The RegularBoldItalic style.
The Strikeout style.
The Underline style.


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

    Parameters

    regularBoldItalic
    The RegularBoldItalic style.
    strikeout
    The Strikeout style.
    underline
    The Underline style.
    See Also