Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 940 Bytes

Word.Conflicts.md

File metadata and controls

38 lines (20 loc) · 940 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
Conflicts object (Word)
Word.Conflicts
476e8f6d-c93e-b372-2fa7-1c9a4a84a182
06/08/2017
medium

Conflicts object (Word)

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

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

Word Object Model Reference

[!includeSupport and feedback]