WorkbookClass.SendForReview Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub SendForReview ( _
Recipients As Object, _
Subject As Object, _
ShowMessage As Object, _
IncludeAttachment As Object _
)
'Usage
Dim instance As WorkbookClass
Dim Recipients As Object
Dim Subject As Object
Dim ShowMessage As Object
Dim IncludeAttachment As Object
instance.SendForReview(Recipients, Subject, _
ShowMessage, IncludeAttachment)
public virtual void SendForReview(
Object Recipients,
Object Subject,
Object ShowMessage,
Object IncludeAttachment
)
Parameters
- Recipients
Type: System.Object
- Subject
Type: System.Object
- ShowMessage
Type: System.Object
- IncludeAttachment
Type: System.Object
Implements
_Workbook.SendForReview(Object, Object, Object, Object)