Subdocuments interface
Office 2013 and later
A collection of Subdocument objects that represent the subdocuments in a range or document.
Namespace: Microsoft.Office.Interop.Word
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.
Show: