Share via


Conflict.Range Property

Gets a Range object that represents the portion of a document that is contained in the specified object.

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

Syntax

'Declaration
ReadOnly Property Range As Range
    Get
'Usage
Dim instance As Conflict
Dim value As Range

value = instance.Range
Range Range { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range
A Range object that represents the portion of a document that is contained in the specified object.

Remarks

Read-only.

See Also

Reference

Conflict Interface

Conflict Members

Microsoft.Office.Interop.Word Namespace