Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfoCollection Class / Contains Method
The font primary name.

In This Topic
    Contains Method (FontInfoCollection)
    In This Topic
    Checks whether the collection contains a font with the specified primary name.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Contains( 
       System.string name
    )

    Parameters

    name
    The font primary name.

    Return Value

    true if the collection contains a font with the specified primary name, false otherwise.
    See Also