RecentFiles Object Members

Word Developer Reference

A collection of RecentFile objects that represents the files that have been used recently. The items in the RecentFiles collection are displayed at the bottom of the File menu.

Methods

  Name Description
Bb257698.methods(en-us,office.12).gif Add Returns a RecentFile object that represents a file added to the list of recently used files.
Bb257698.methods(en-us,office.12).gif Item Returns an individual RecentFile object in a collection.

Properties

  Name Description
Bb257698.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257698.properties(en-us,office.12).gif Count Returns a Long that represents the number of recent files in the collection. Read-only.
Bb257698.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257698.properties(en-us,office.12).gif Maximum Returns or sets the maximum number of recently used files that can appear on the File menu. Can be a number from 0 (zero) through 9. Read/write Long.
Bb257698.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified RecentFiles object.