Spread WPF 17
GrapeCity.Excel Namespace / ExcelFont Class / ExcelFont Constructor
The font name
The font color.
The font family.


In This Topic
    ExcelFont Constructor
    In This Topic
    Initializes a new instance of the ExcelFont class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal fontColor As ExcelColor, _
       ByVal fontFamily As ExcelFontFamily _
    )
    'Usage
     
    Dim name As String
    Dim fontColor As ExcelColor
    Dim fontFamily As ExcelFontFamily
     
    Dim instance As New ExcelFont(name, fontColor, fontFamily)
    public ExcelFont( 
       string name,
       ExcelColor fontColor,
       ExcelFontFamily fontFamily
    )

    Parameters

    name
    The font name
    fontColor
    The font color.
    fontFamily
    The font family.
    See Also