FileExportConverters Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of FileExportConverter objects that represent all the file converters available for saving files.
public interface class FileExportConverters : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244B4-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface FileExportConverters : System.Collections.IEnumerable
Public Interface FileExportConverters
Implements IEnumerable
- Attributes
- Implements
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.
Properties
_Default[Object] | |
Application |
Returns an Application object that represents the Microsoft Excel application. Read-only. |
Count |
Returns an Integer that represents the number of file converters in the collection. Read-only. |
Creator |
Returns a XlCreator constant that indicates the application in which the specified object was created. Read-only Long. |
Item[Object] |
Returns an individual FileExportConverter object from a collection. |
Parent |
Returns an Object that represents the parent object of the specified FileExportConverters collection. Read-only. |
Methods
GetEnumerator() |