Spread WPF 17
GrapeCity.Excel Namespace / ExcelFont Class / FontFamily Property


In This Topic
    FontFamily Property (ExcelFont)
    In This Topic
    Gets or sets the font family.
    Syntax
    'Declaration
     
    Public Property FontFamily As ExcelFontFamily
    'Usage
     
    Dim instance As ExcelFont
    Dim value As ExcelFontFamily
     
    instance.FontFamily = value
     
    value = instance.FontFamily
    public ExcelFontFamily FontFamily {get; set;}

    Property Value

    The font family.
    See Also