FileExportConverter 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.
Represents a file converter that is used to save files.
public interface class FileExportConverter
[System.Runtime.InteropServices.Guid("000244B3-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface FileExportConverter
Public Interface FileExportConverter
- Attributes
Remarks
You cannot create a new file converter or add one to the FileExportConverters collection. FileExportConverter objects are added during installation of Microsoft Office or by installing supplemental file converters.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. Read-only. |
Creator |
Returns a XlCreator that indicates the application in which the specified object was created. Read-only. |
Description |
Returns the description for the file converter. Read-only String. |
Extensions |
Returns the file name extensions associated with the specified FileExportConverter object. Read-only String. |
FileFormat |
Returns an integer that identifies the file format associated with the specified FileExportConverter object. Read-only. |
Parent |
Returns an Object that represents the parent object of the specified FileExportConverter object. Read-only. |