FileExportConverters Interface

A collection of FileExportConverter objects that represent all the file converters available for saving files.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000244B4-0000-0000-C000-000000000046")> _
Public Interface FileExportConverters _
    Inherits IEnumerable
'Usage
Dim instance As FileExportConverters
[InterfaceTypeAttribute()]
[GuidAttribute("000244B4-0000-0000-C000-000000000046")]
public interface FileExportConverters : IEnumerable

Remarks

Use the FileExportConverters property to return the FileExportConverters collection.

The Add method is not available for the FileExportConverters collection. FileExportConverter objects are added during installation of Microsoft Office or by installing supplemental converters.

Use FileExportConverters (Index), where Index is an integer, to return a single FileExportConverter object. The index number represents the position of the file converter in the FileExportConverters collection.

See Also

Reference

FileExportConverters Members

Microsoft.Office.Interop.Excel Namespace