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

CustomXmlPartCollection.IndexOf(String) Method

Gets the index of the custom XML part with the specified XML content within the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

int IndexOf(
    string content
)

Parameters

Name Type Description
content String

A string value that is the content to locate in the collection.

Returns

Type Description
Int32

A zero-based integer value indicating the index of the target content.

See Also