RecentFile 接口

定义

代表最近使用的文件列表中的某个文件。

public interface class RecentFile
[System.Runtime.InteropServices.Guid("00024407-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface RecentFile
Public Interface RecentFile
属性

注解

RecentFile 对象是 集合的成员RecentFiles

使用 RecentFiles (index) (其中 index 是文件编号)返回 RecentFile 对象。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Index

返回对象在其同类对象所组成的集合内的编号。

Name

返回的对象的名称。

Parent

返回指定对象的父对象。

Path

返回应用程序的完整路径,不包括应用程序的最终分隔符和名称。

方法

Delete()

删除对象。

Open()

打开一个最近使用的工作簿。

适用于