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


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

    Property Value

    The font weight of the contents of SubItems in the column. The default is System.Windows.FontWeights.Normal.
    See Also