RecentFiles.Add(Object, Object) Method

Definition

Returns a RecentFile object that represents a file added to the list of recently used files.

public Microsoft.Office.Interop.Word.RecentFile Add (ref object Document, ref object ReadOnly);
abstract member Add : obj * obj -> Microsoft.Office.Interop.Word.RecentFile
Public Function Add (ByRef Document As Object, Optional ByRef ReadOnly As Object) As RecentFile

Parameters

Document
Object

Required Object. The document you want to add to the list of recently used files. You can specify this argument by using either the string name for the document or a Document object.

ReadOnly
Object

Optional Object. True to make the document read-only.

Returns

Applies to