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)

Usage

Public Class ubdocumentsImplementation
    Implements Subdocuments
End Class
Dim ubdocumentsImplementation1 As New ubdocumentsImplementation()

Syntax

Public Interface Subdocuments
    Inherits IEnumerable
public interface Subdocuments : IEnumerable
public interface class Subdocuments : public IEnumerable
public interface Subdocuments implements IEnumerable
public interface Subdocuments implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Subdocuments Members