Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / FontFamily Property


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

    Property Value

    The font family.
    See Also