Gets the index of the specified ExportProvider in the current collection.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int IndexOf(
	ExportProvider exportProvider
)
Visual Basic
Public Function IndexOf ( _
	exportProvider As ExportProvider _
) As Integer

Parameters

exportProvider
Type: C1.C1Preview.Export..::..ExportProvider
The export provider to search for.

Return Value

Index of the specified export provider in the current collection, or -1 if it was not found.

See Also