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


In This Topic
    ExcelFont Constructor(String,Single,Boolean,Boolean,Boolean,Boolean,Byte,Byte)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal familyName As String, _
       ByVal fontSize As Single, _
       ByVal bold As Boolean, _
       ByVal italic As Boolean, _
       ByVal underline As Boolean, _
       ByVal strikeout As Boolean, _
       ByVal family As Byte, _
       ByVal charSet As Byte _
    )
    'Usage
     
    
    Dim familyName As String
    Dim fontSize As Single
    Dim bold As Boolean
    Dim italic As Boolean
    Dim underline As Boolean
    Dim strikeout As Boolean
    Dim family As Byte
    Dim charSet As Byte
     
    Dim instance As New ExcelFont(familyName, fontSize, bold, italic, underline, strikeout, family, charSet)

    Parameters

    familyName
    fontSize
    bold
    italic
    underline
    strikeout
    family
    charSet
    See Also