Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadFontStyle Class / SpreadFontStyle Constructor / SpreadFontStyle Constructor(UnderlineFontStyle)
The Underline style.


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

    Parameters

    underline
    The Underline style.
    See Also