Back to Devexpress

Workbook.MailMergeDataSource Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-b8e5c245.md

latest1.6 KB
Original Source

Workbook.MailMergeDataSource Property

Gets or sets the data source for the mail merge.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this property in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public object MailMergeDataSource { get; set; }
vb
Public Property MailMergeDataSource As Object

Property Value

TypeDescription
Object

An object that specifies the data source from which the merged data is retrieved.

|

Remarks

Any object that provides the IList interface can serve as the data source for the mail merge using the spreadsheet component.

Implements

MailMergeDataSource

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace