Back to Devexpress

Workbook.MailMergeParameters Property

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

latest1.6 KB
Original Source

Workbook.MailMergeParameters Property

Provides access to a collection of query parameters used to obtain data in 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 ParametersCollection MailMergeParameters { get; }
vb
Public ReadOnly Property MailMergeParameters As ParametersCollection

Property Value

TypeDescription
ParametersCollection

A ParametersCollection collection of the Parameter types.

|

Implements

MailMergeParameters

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace