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


In This Topic
    FontWeight Property (Cell)
    In This Topic
    Gets or sets the font weight for the cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(System.Windows.FontWeight, "Normal")>
    Public Property FontWeight As FontWeight
    'Usage
     
    Dim instance As Cell
    Dim value As FontWeight
     
    instance.FontWeight = value
     
    value = instance.FontWeight
    [DefaultValue(System.Windows.FontWeight, "Normal")]
    public FontWeight FontWeight {get; set;}

    Property Value

    The font weight. The default value is Normal.
    See Also