IApplicationEvents3.MailMergeBeforeMerge Method

Definition

public:
 void MailMergeBeforeMerge(Microsoft::Office::Interop::Word::Document ^ Doc, int StartRecord, int EndRecord, bool % Cancel);
public void MailMergeBeforeMerge (Microsoft.Office.Interop.Word.Document Doc, int StartRecord, int EndRecord, ref bool Cancel);
abstract member MailMergeBeforeMerge : Microsoft.Office.Interop.Word.Document * int * int * bool -> unit
Public Sub MailMergeBeforeMerge (Doc As Document, StartRecord As Integer, EndRecord As Integer, ByRef Cancel As Boolean)

Parameters

Doc
Document
StartRecord
Int32
EndRecord
Int32
Cancel
Boolean

Applies to