Searches the current
ExportOptions for an index corresponding to the specified format key (see
C1.C1Preview.Export.ExportProvider.FormatKey).
'Declaration
Public Function IndexByExportProviderFormatKey( _
ByVal As System.String _
) As System.Integer
public System.int IndexByExportProviderFormatKey(
System.string
)
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.