Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / FontStyle Property


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

    Property Value

    The font style for the row. The default value is Normal.
    See Also