ApplicationEvents3_SinkHelper.MailMergeBeforeMerge Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub MailMergeBeforeMerge ( _
param0 As Document, _
param1 As Integer, _
param2 As Integer, _
ByRef param3 As Boolean _
)
'Usage
Dim instance As ApplicationEvents3_SinkHelper
Dim param0 As Document
Dim param1 As Integer
Dim param2 As Integer
Dim param3 As Boolean
instance.MailMergeBeforeMerge(param0, _
param1, param2, param3)
public virtual void MailMergeBeforeMerge(
Document param0,
int param1,
int param2,
ref bool param3
)
Parameters
- param0
Type: Microsoft.Office.Interop.Word.Document
- param1
Type: System.Int32
- param2
Type: System.Int32
- param3
Type: System.Boolean%
Implements
ApplicationEvents3.MailMergeBeforeMerge(Document, Int32, Int32, Boolean%)
See Also
Reference
ApplicationEvents3_SinkHelper Class