'Declaration Public Function IndexByExportProviderFormatKey( _ ByVal exportProviderFormatKey As String _ ) As Integer
public int IndexByExportProviderFormatKey( string exportProviderFormatKey )
Parameters
- exportProviderFormatKey
- The C1.C1Preview.Export.ExportProvider.FormatKey to search for.
Return Value
Index of the specified export provider in the current ExportOptions, or -1 if none was found.