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

CustomXmlPartCollection.IndexOf(ICustomXmlPart) Method

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

Namespace: DevExpress.Spreadsheet

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