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

CustomXmlPartCollection.Contains(ICustomXmlPart) Method

Checks whether the collection contains the specified custom XML part.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool Contains(
    ICustomXmlPart customXmlPart
)

Parameters

Name Type Description
customXmlPart ICustomXmlPart

A ICustomXmlPart object that is the custom XML part to locate.

Returns

Type Description
Boolean

true, if the collection contains the required custom XML part; otherwise, false.

See Also