Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / FontFamily Property


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

    Property Value

    The font family.
    See Also