Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomXmlPartCollection Class / Remove Method
The CustomXmlPart to remove.

In This Topic
    Remove Method (CustomXmlPartCollection)
    In This Topic
    Removes the specified CustomXmlPart from the collection.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal part As CustomXmlPart _
    ) As System.Boolean
    public System.bool Remove( 
       CustomXmlPart part
    )

    Parameters

    part
    The CustomXmlPart to remove.

    Return Value

    true if the CustomXmlPart has been removed form the collection, otherwise false.
    See Also