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


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

    Property Value

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