Поделиться через


Conflicts.RejectAll Method (Word)

Rejects all of the user's changes and retains the server copy of the document.

Version Information

Version Added: Word 2010

Syntax

expression .RejectAll

expression An expression that returns a Conflicts object.

Return Value

Nothing

Example

The following code example rejects all the user's changes and retains the server copy of the active document.

ActiveDocument.CoAuthoring.Conflicts.RejectAll

See Also

Concepts

Conflicts Object Members

Conflicts Object