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


In This Topic
    FontName Property (IExcelFont)
    In This Topic
    Gets or sets the name of the font.
    Syntax
    'Declaration
     
    Property FontName As String
    'Usage
     
    Dim instance As IExcelFont
    Dim value As String
     
    instance.FontName = value
     
    value = instance.FontName
    string FontName {get; set;}

    Property Value

    The name of the font.
    See Also