RecentFile Object Members
Word Developer Reference |
Represents a recently used file. The RecentFile object is a member of the RecentFiles collection.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified file on the list of recent files. | |
Open | Opens the specified object. Returns a Document object representing the opened document. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
Index | Returns a Long that represents the position of an item in a collection. Read-only. | |
Name | Returns the name of the specified object. Read-only String. | |
Parent | Returns an Object that represents the parent object of the specified RecentFile object. | |
Path | Returns the disk or Web path to the specified object. Read-only String. | |
ReadOnly | True if changes to the document cannot be saved to the original document. Read/write Boolean. |