Subdocument Interface 

Represents a subdocument within a document or range.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ubdocumentImplementation
    Implements Subdocument
End Class
Dim ubdocumentImplementation1 As New ubdocumentImplementation()

Syntax

Public Interface Subdocument
public interface Subdocument
public interface class Subdocument
public interface Subdocument
public interface Subdocument

Remarks

The Subdocument object is a member of the Subdocuments collection. The Subdocuments collection includes all the subdocuments in a range or document.

Use Subdocuments(index), where index is the index number, to return a single Subdocument object.

Use the AddFromFile or AddFromRange method to add a subdocument to a document.

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

Subdocument Members