ApplicationEvents4.MailMergeBeforeMerge メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
void MailMergeBeforeMerge(Microsoft::Office::Interop::Word::Document ^ Doc, int StartRecord, int EndRecord, [Runtime::InteropServices::Out] bool % Cancel);
public void MailMergeBeforeMerge (Microsoft.Office.Interop.Word.Document Doc, int StartRecord, int EndRecord, out 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)
パラメーター
- Doc
- Document
- StartRecord
- Int32
- EndRecord
- Int32
- Cancel
- Boolean