Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfoCollection Class / Find Method
The primary or alternate font name to find.

In This Topic
    Find Method (FontInfoCollection)
    In This Topic
    Finds a FontInfo in this collection by its primary or alternate name.
    Syntax
    'Declaration
     
    Public Function Find( _
       ByVal name As System.String _
    ) As FontInfo
    public FontInfo Find( 
       System.string name
    )

    Parameters

    name
    The primary or alternate font name to find.

    Return Value

    The FontInfo that was found, or a null reference (Nothing in Visual Basic) if no match was found.
    See Also