_Document Interface
Office 2010
Represents a document.
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
The Document object is a member of the Documents collection. The Documents collection contains all the Document objects that are currently open in Word.
UseDocuments(index) where index is the document name or index number to return a single Document object.
The index number represents the position of the document in the Documents collection.
Use the ActiveDocument property to refer to the document with the focus.