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

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