DataSourceObject.MailMergeSource Property
ODSO Data Source Type.Represents the element tag in schema: w:type
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MailMergeSource As MailMergeSource
Get
Set
'Usage
Dim instance As DataSourceObject
Dim value As MailMergeSource
value = instance.MailMergeSource
instance.MailMergeSource = value
public MailMergeSource MailMergeSource { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.MailMergeSource