Share via


MailMerge.DataType Property

Data Source Type.Represents the element tag in schema: w:dataType

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property DataType As DataType
    Get
    Set
'Usage
Dim instance As MailMerge
Dim value As DataType

value = instance.DataType

instance.DataType = value
public DataType DataType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DataType
Returns DataType.

See Also

Reference

MailMerge Class

MailMerge Members

DocumentFormat.OpenXml.Wordprocessing Namespace