RecentFile Interface

Represents a recently used file.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020964-0000-0000-C000-000000000046")> _
Public Interface RecentFile
'Usage
Dim instance As RecentFile
[GuidAttribute("00020964-0000-0000-C000-000000000046")]
public interface RecentFile

Remarks

The RecentFile object is a member of the RecentFiles collection. The RecentFiles collection includes all the files that have been used recently. The items in the RecentFiles collection are displayed at the bottom of the File menu.

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.

Use the Add method to add a file to the RecentFiles collection.

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.

See Also

Reference

RecentFile Members

Microsoft.Office.Interop.Word Namespace