Compartilhar via


Conflict.Range Property (Word)

Returns a Range object that represents the portion of a document that is contained in the specified object. Read-only.

Version Information

Version Added: Word 2010

Syntax

expression .Range

expression An expression that returns a Conflict object.

Example

The following code example returns the range associated with the second conflict in the active document.

Dim rng As Range 
 
Set rng = ActiveDocument.CoAuthoring.Conflicts(2).Range 

See Also

Concepts

Conflict Object

Conflict Object Members