Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfoCollection Class / Remove Method / Remove(String) Method
The primary name of the font to remove.

In This Topic
    Remove(String) Method
    In This Topic
    Removes a font with the specified primary name from the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Remove( 
       System.string name
    )

    Parameters

    name
    The primary name of the font to remove.

    Return Value

    true if a font with the specified primary name was found and removed from the collection, false otherwise.
    See Also