IApplicationEvents3.MailMergeDataSourceLoad Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub MailMergeDataSourceLoad ( _
Doc As Document _
)
'Usage
Dim instance As IApplicationEvents3
Dim Doc As Document
instance.MailMergeDataSourceLoad(Doc)
void MailMergeDataSourceLoad(
Document Doc
)
Parameters
- Doc
Type: Microsoft.Office.Interop.Word.Document