[]
        
(Showing Draft Content)

C1.Win.C1Preview.ExportOptions.IndexByExportProvider

IndexByExportProvider Method

IndexByExportProvider(ExportProvider)

Searches the current ExportOptions for an index corresponding to the specified ExportProvider.

Declaration
public int IndexByExportProvider(ExportProvider exportProvider)
Public Function IndexByExportProvider(exportProvider As ExportProvider) As Integer
Parameters
Type Name Description
ExportProvider exportProvider

The ExportProvider to search for.

Returns
Type Description
int

Index of the specified export provider in the current ExportOptions, or -1 if none was found.