Spread WPF 17
GrapeCity.Excel Namespace / ExcelFont Class / FontSize Property


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

    Property Value

    The size of the font.
    Exceptions
    ExceptionDescription
    throw when set the FontSize with a negative value
    See Also