Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / FamilyName Property


In This Topic
    FamilyName Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FamilyName As String
    'Usage
     
    
    Dim instance As ExcelFont
    Dim value As String
     
    value = instance.FamilyName
    public string FamilyName {get;}
    See Also