Document.EndReview Method (2007 System)

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.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Sub EndReview
'Usage
Dim instance As Document

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

Remarks

When executed, the EndReview method displays a message asking the user whether to end the review.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace