Revisions.AcceptAll Method

Accepts all the tracked changes in a document or range. The revision marks are removed, and the changes are incorporated into the document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub AcceptAll
'Usage
Dim instance As Revisions

instance.AcceptAll()
void AcceptAll()

Remarks

Use the AcceptAllRevisions method to accept all revisions in a document.

See Also

Reference

Revisions Interface

Revisions Members

Microsoft.Office.Interop.Word Namespace