ApplicationEvents3.MailMergeBeforeMerge Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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