_Document.Content Property
Returns a Range object that represents the main document story.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Content As Range
Get
'Usage
Dim instance As _Document
Dim value As Range
value = instance.Content
Range Content { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Range