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.v24.2.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Property Value
Type | Description |
---|---|
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
See Also