FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / RowCol Class / HeaderFontSize Property

In This Topic
    HeaderFontSize Property
    In This Topic
    Gets or sets the font size used to render text in header cells in this row/column.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.FlexGrid.NullableObjectConverter`1)> 
    <DefaultValueAttribute("")> 
    Public Property HeaderFontSize As Nullable(Of Double)
    [TypeConverter(C1.WPF.FlexGrid.NullableObjectConverter`1)] 
    [DefaultValue("")] 
    public Nullable<double> HeaderFontSize {get; set;}
    See Also