[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontInfoCollection.Find

Find Method

Find(string)

Finds a FontInfo in this collection by its primary or alternate name.

Declaration
public FontInfo Find(string name)
Public Function Find(name As String) As FontInfo
Parameters
Type Name Description
string name

The primary or alternate font name to find.

Returns
Type Description
FontInfo

The FontInfo that was found, or null if no match was found.