Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfoCollection Class / Remove Method / Remove(FontInfo) Method
The font to remove.

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

    Parameters

    item
    The font to remove.

    Return Value

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