Back to Devexpress

Workbook.GenerateMailMergeDocuments() Method

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

latest1.6 KB
Original Source

Workbook.GenerateMailMergeDocuments() Method

Performs a mail merge and returns the collection of resulting workbooks.

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public IList<IWorkbook> GenerateMailMergeDocuments()
vb
Public Function GenerateMailMergeDocuments As IList(Of IWorkbook)

Returns

TypeDescription
IList<IWorkbook>

An IList object that contains workbooks generated after a mail merge is preformed.

|

Implements

GenerateMailMergeDocuments()

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace