_Document.EndReview Method
Terminates a review of a file that has been sent for review using the SendForReview method or that has been automatically placed in a review cycle by sending a document to another user in an e-mail message.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub EndReview
'Usage
Dim instance As _Document
instance.EndReview()
void EndReview()
Remarks
When executed, the EndReview method displays a message asking the user whether to end the review.