Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ActualFontFamily Property


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

    Property Value

    The font family.
    See Also