MailMerge.DataSource Property
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.
Returns a MailMergeDataSource object that refers to the data source attached to a mail merge main document.
public:
property Microsoft::Office::Interop::Word::MailMergeDataSource ^ DataSource { Microsoft::Office::Interop::Word::MailMergeDataSource ^ get(); };
public Microsoft.Office.Interop.Word.MailMergeDataSource DataSource { get; }
member this.DataSource : Microsoft.Office.Interop.Word.MailMergeDataSource
Public ReadOnly Property DataSource As MailMergeDataSource