_Application.FileExportConverters Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::FileExportConverters ^ FileExportConverters { Microsoft::Office::Interop::Excel::FileExportConverters ^ get(); };
public Microsoft.Office.Interop.Excel.FileExportConverters FileExportConverters { get; }
Public ReadOnly Property FileExportConverters As FileExportConverters

Property Value

Returns FileExportConverters.

Applies to