Range.Subdocuments Property

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

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 Range
Dim value As Subdocuments

value = instance.Subdocuments
Subdocuments Subdocuments { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Subdocuments

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace