_Document.Subdocuments Property

Returns a Subdocuments collection that represents all the subdocuments in the specified range or document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Subdocuments As Subdocuments
    Get
'Usage
Dim instance As _Document
Dim value As Subdocuments

value = instance.Subdocuments
Subdocuments Subdocuments { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Subdocuments

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace