Range.Conflicts Property

Definition

Gets a Conflicts collection object that contains all the conflict objects in the range.

public:
 property Microsoft::Office::Interop::Word::Conflicts ^ Conflicts { Microsoft::Office::Interop::Word::Conflicts ^ get(); };
public Microsoft.Office.Interop.Word.Conflicts Conflicts { get; }
member this.Conflicts : Microsoft.Office.Interop.Word.Conflicts
Public ReadOnly Property Conflicts As Conflicts

Property Value

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.

Applies to