Document.AcceptAllRevisionsShown Method (2007 System)

Accepts all revisions in the document that are displayed on the screen.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Sub AcceptAllRevisionsShown
'Usage
Dim instance As Document

instance.AcceptAllRevisionsShown()
public void AcceptAllRevisionsShown()
public:
void AcceptAllRevisionsShown()
public function AcceptAllRevisionsShown()

Remarks

Use the RejectAllRevisionsShown method to reject all revisions in the document that are displayed on the screen.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace