Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / FontName Property


In This Topic
    FontName Property (TextFormat)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property FontName As String
    'Usage
     
    
    Dim instance As TextFormat
    Dim value As String
     
    instance.FontName = value
     
    value = instance.FontName
    public string FontName {get; set;}
    See Also