Skip to main content
A newer version of this page is available.
All docs
V18.2
Row

CustomXmlPartCollection.Contains(ICustomXmlPart) Method

Checks whether the collection contains the specified custom XML part.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.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