Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the MailMergeDataValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration MailMergeDataValues
'Usage
Dim instance As MailMergeDataValues
public enum MailMergeDataValues
Members
Member name | Description | |
---|---|---|
TextFile | Text File Data Source. When the item is serialized out as xml, its value is "textFile". | |
Database | Database Data Source. When the item is serialized out as xml, its value is "database". | |
Spreadsheet | Spreadsheet Data Source. When the item is serialized out as xml, its value is "spreadsheet". | |
Query | Query Data Source. When the item is serialized out as xml, its value is "query". | |
Odbc | Open Database Connectivity Data Source. When the item is serialized out as xml, its value is "odbc". | |
Native | Office Data Source Object Data Source. When the item is serialized out as xml, its value is "native". |