_Document.AcceptAllRevisionsShown Method
Accepts all revisions in the specified document that are displayed on the screen.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub AcceptAllRevisionsShown
'Usage
Dim instance As _Document
instance.AcceptAllRevisionsShown()
void AcceptAllRevisionsShown()
Remarks
Use the RejectAllRevisionsShown method to reject all revisions in a specified document that are displayed on the screen.