Range.Conflicts Property
Gets a Conflicts collection object that contains all the conflict objects in the range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Conflicts As Conflicts
Get
'Usage
Dim instance As Range
Dim value As Conflicts
value = instance.Conflicts
Conflicts Conflicts { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Conflicts
A Conflicts collection object that contains all the conflict objects in the range.
Remarks
Read-only. Use this property to return the Conflicts collection object for a document. Use Conflicts(Index), where Index is the conflict index number, to return a single Conflict object.