Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / ExcelFont Constructor / ExcelFont Constructor(String,Single)


In This Topic
    ExcelFont Constructor(String,Single)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal familyName As String, _
       ByVal fontSize As Single _
    )
    'Usage
     
    
    Dim familyName As String
    Dim fontSize As Single
     
    Dim instance As New ExcelFont(familyName, fontSize)
    public ExcelFont( 
       string familyName,
       float fontSize
    )

    Parameters

    familyName
    fontSize
    See Also