Conflicts Object (Word)

A collection of Conflict objects that represents the conflicts in a document. The type of a Conflict object is specified by the WdRevisionType enumeration.

Version Information

Version Added: Word 2010

Remarks

Use the Conflicts property to return the Conflicts collection for a document. Use Conflicts(Index), where Index is the conflict index number, to return a single Conflict object.

Example

The following code example accepts the first conflict in the active document.

ActiveDocument.CoAuthoring.Conflicts(1).Accept 

See Also

Concepts

Conflicts Object Members

Word Object Model Reference