Revisions.RejectAll Method

Rejects all the tracked changes in a range. The revision marks are removed, leaving the original text intact.

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

Syntax

'Declaration
Sub RejectAll
'Usage
Dim instance As Revisions

instance.RejectAll()
void RejectAll()

Remarks

Use the RejectAllRevisions method to reject all revisions in a document. Formatting changes cannot be rejected.

See Also

Reference

Revisions Interface

Revisions Members

Microsoft.Office.Interop.Word Namespace