MailMerge.DataSource Property
Returns a MailMergeDataSource object that refers to the data source attached to a mail merge main document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property DataSource As MailMergeDataSource
Get
'Usage
Dim instance As MailMerge
Dim value As MailMergeDataSource
value = instance.DataSource
MailMergeDataSource DataSource { get; }
Property Value
Type: Microsoft.Office.Interop.Word.MailMergeDataSource