RecentFiles Interface
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("00020963-0000-0000-C000-000000000046")> _
Public Interface RecentFiles _
Inherits IEnumerable
'Usage
Dim instance As RecentFiles
[GuidAttribute("00020963-0000-0000-C000-000000000046")]
public interface RecentFiles : IEnumerable
Remarks
Use the RecentFiles property to return the RecentFiles collection.
Use the Add method to add a file to the RecentFiles collection.
Use RecentFiles(index), where index is the index number, to return a single RecentFile object. The index number represents the position of the file on the File menu.
The SaveAs and Open methods include an AddToRecentFiles argument that controls whether or not a file is added to the recently-used-files list when the file is opened or saved.