Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ActualFontSize Property


In This Topic
    ActualFontSize Property (Cell)
    In This Topic
    Gets or sets the displayed cell font size in points.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualFontSize As Double
    'Usage
     
    Dim instance As Cell
    Dim value As Double
     
    value = instance.ActualFontSize
    public double ActualFontSize {get;}

    Property Value

    The size of the font.
    See Also