Document.Subdocuments Property

Definition

Gets a Subdocuments collection that represents all the subdocuments in the document.

public:
 property Microsoft::Office::Interop::Word::Subdocuments ^ Subdocuments { Microsoft::Office::Interop::Word::Subdocuments ^ get(); };
public Microsoft.Office.Interop.Word.Subdocuments Subdocuments { get; }
member this.Subdocuments : Microsoft.Office.Interop.Word.Subdocuments
Public ReadOnly Property Subdocuments As Subdocuments

Property Value

A Subdocuments collection that represents all the subdocuments in the document.

Applies to