_Application.FileConverters Property
Returns information about installed file converters. Returns Null if there are no converters installed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property FileConverters ( _
Index1 As Object, _
Index2 As Object _
) As Object
Get
'Usage
Dim instance As _Application
Dim Index1 As Object
Dim Index2 As Object
Dim value As Object
value = instance.FileConverters(Index1, _
Index2)
Object this[
Object Index1,
Object Index2
] { get; }
Parameters
Index1
Type: System.ObjectOptional Object. The long name of the converter, including the file-type search string in Windows, for example, "Lotus 1-2-3 Files (*.wk*)".
Index2
Type: System.ObjectOptional Object. The path of the converter DLL or code resource.
Property Value
Type: System.Object
Remarks
If you don’t specify arguments, this property returns an array that contains information about all the installed file converters. Each row in the array contains information about a single file converter, as shown in the following table.
Column |
Contents |
---|---|
1 |
The long name of the converter |
2 |
The path of the converter DLL or code resource |
3 |
The file-extension search string |