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


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

    Property Value

    The font style of the font.
    See Also