Selection.Document Property

Returns a Document object associated with the specified selection.

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

Syntax

'Declaration
ReadOnly Property Document As Document
    Get
'Usage
Dim instance As Selection
Dim value As Document

value = instance.Document
Document Document { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Document

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace