Workbook.EndReview Method (2007 System)
Terminates a review of a file that has been sent for review using the SendForReview method.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Sub EndReview
'Usage
Dim instance As Workbook
instance.EndReview()
public void EndReview()
public:
void EndReview()
public function EndReview()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.