ApplicationEvents3.MailMergeBeforeMerge Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- Doc
- Document
- StartRecord
- Int32
- EndRecord
- Int32
- Cancel
- Boolean