_Workbook.EndReview Method
Terminates a review of a file that has been sent for review using the SendForReview method.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub EndReview
'Usage
Dim instance As _Workbook
instance.EndReview()
void EndReview()