This topic has not yet been rated - Rate this topic

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)
[GuidAttribute("00020988-0000-0000-C000-000000000046")]
public interface Subdocuments : IEnumerable

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.