RecentFiles.Add(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.