Skip to main content

OfficeCustomXmlPartCollection<T>.IndexOf(String) Method

Returns the index of a custom XML part with the specified XML content.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

int IndexOf(
    string content
)

Parameters

Name Type Description
content String

The content of the custom XML part to locate in the collection.

Returns

Type Description
Int32

A zero-based integer that specifies the custom XML part’s position within the collection. -1 if a custom XML part with the given content doesn’t belong to the collection.

See Also