Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+
Row

CustomXmlPartCollection.Remove(ICustomXmlPart) Method

Removes the specified custom XML part from the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void Remove(
    ICustomXmlPart customXmlPart
)

Parameters

Name Type Description
customXmlPart ICustomXmlPart

An ICustomXmlPart object that is the item that should be deleted from the collection.

See Also