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

CustomXmlPartCollection.IndexOf(ICustomXmlPart) Method

Gets the index of the specified custom XML part in the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

int IndexOf(
    ICustomXmlPart customXmlPart
)

Parameters

Name Type Description
customXmlPart ICustomXmlPart

An ICustomXmlPart object to locate in the collection.

Returns

Type Description
Int32

An integer that is the item index.

See Also