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


In This Topic
    FontStyle Property (TableStyleInfo)
    In This Topic
    Gets or sets the font style for the cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(System.Windows.FontStyle, "Normal")>
    Public Property FontStyle As FontStyle
    'Usage
     
    Dim instance As TableStyleInfo
    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. The default value is Normal.
    See Also