Subdocuments Interface

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)

Syntax

'Declaration
<GuidAttribute("00020988-0000-0000-C000-000000000046")> _
Public Interface Subdocuments _
    Inherits IEnumerable
'Usage
Dim instance As Subdocuments
[GuidAttribute("00020988-0000-0000-C000-000000000046")]
public interface Subdocuments : IEnumerable

Remarks

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.

See Also

Reference

Subdocuments Members

Microsoft.Office.Interop.Word Namespace