_Application.FileExportConverters Property

Returns a FileExportConverters collection that represents all the file converters for saving files available to Microsoft Excel. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property FileExportConverters As FileExportConverters
    Get
'Usage
Dim instance As _Application
Dim value As FileExportConverters

value = instance.FileExportConverters
FileExportConverters FileExportConverters { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.FileExportConverters
Returns FileExportConverters.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace