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


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

    Property Value

    The weight of the font.
    See Also