Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListTextColumn Class / FontStyle Property


In This Topic
    FontStyle Property (ListTextColumn)
    In This Topic
    Gets or sets the font style of the content of SubItems in the column.
    Syntax
    'Declaration
     
    Public Property FontStyle As FontStyle
    'Usage
     
    Dim instance As ListTextColumn
    Dim value As FontStyle
     
    instance.FontStyle = value
     
    value = instance.FontStyle
    public FontStyle FontStyle {get; set;}

    Property Value

    The font style of the content of SubItems in the column. The default is System.Windows.FontStyles.Normal.
    See Also