[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CustomXmlPartCollection.Remove

Remove Method

Remove(CustomXmlPart)

Removes the specified CustomXmlPart from the collection.

Declaration
public bool Remove(CustomXmlPart part)
Public Function Remove(part As CustomXmlPart) As Boolean
Parameters
Type Name Description
CustomXmlPart part

The CustomXmlPart to remove.

Returns
Type Description
bool

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