ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLFont Class / GetResourceFont Method
The embedded font name from list: Arial.

In This Topic
    GetResourceFont Method
    In This Topic
    Gets a font that embedded to this library.
    Syntax
    'Declaration
     
    Public Shared Function GetResourceFont( _
       ByVal name As System.String _
    ) As GrapeCity.Documents.Text.Font
    public static GrapeCity.Documents.Text.Font GetResourceFont( 
       System.string name
    )

    Parameters

    name
    The embedded font name from list: Arial.

    Return Value

    The font that embedded to this library or null.
    See Also