FileExportConverter 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表用于保存文件的文件转换器。
public interface class FileExportConverter
[System.Runtime.InteropServices.Guid("000244B3-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface FileExportConverter
Public Interface FileExportConverter
- 属性
注解
不能创建新的文件转换器或将一个文件转换器添加到集合。FileExportConverters FileExportConverter 对象是在安装 Microsoft Office 期间或通过安装补充文件转换器添加的。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。 此为只读属性。 |
Creator |
返回一个 XlCreator ,指示在其中创建了指定对象的应用程序。 此为只读属性。 |
Description |
返回文件转换器的说明。 只读 String。 |
Extensions |
返回与指定 FileExportConverter 对象关联的文件扩展名。 只读 String。 |
FileFormat |
返回一个整数,该整数标识与指定 FileExportConverter 对象关联的文件格式。 此为只读属性。 |
Parent |
返回一个 Object 类型的值,该值代表指定 FileExportConverter 对象的父对象。 此为只读属性。 |