Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ExportProviders Class / IndexOf Method
The export provider to search for.

In This Topic
    IndexOf Method (ExportProviders)
    In This Topic
    Gets the index of the specified ExportProvider in the current collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal exportProvider As ExportProvider _
    ) As Integer
    public int IndexOf( 
       ExportProvider exportProvider
    )

    Parameters

    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