Subdocuments Interface
Office 2010
A collection of Subdocument objects that represent the subdocuments in a range or document.
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Use the Subdocuments property of a Range or Document object to return the Subdocuments collection.
Use the AddFromFile or AddFromRange method to add a subdocument to a document.
Use Subdocuments(index), where index is the index number, to return a single Subdocument object.