ApplicationClass.FileConverters Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FileConverters ( _
Index1 As Object, _
Index2 As Object _
) As Object
Get
'Usage
Dim instance As ApplicationClass
Dim Index1 As Object
Dim Index2 As Object
Dim value As Object
value = instance.FileConverters(Index1, _
Index2)
public virtual Object this[
Object Index1,
Object Index2
] { get; }
Parameters
- Index1
Type: System.Object
- Index2
Type: System.Object
Property Value
Type: System.Object
Implements
_Application.FileConverters[Object, Object]