Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / FontSize Property


In This Topic
    FontSize Property (IExcelFont)
    In This Topic
    Gets or sets the size of the font.
    Syntax
    'Declaration
     
    Property FontSize As Double
    'Usage
     
    Dim instance As IExcelFont
    Dim value As Double
     
    instance.FontSize = value
     
    value = instance.FontSize
    double FontSize {get; set;}

    Property Value

    The size of the font.
    See Also