Back to Devexpress

Workbook.MailMergeOptions Property

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

latest2.1 KB
Original Source

Workbook.MailMergeOptions Property

Provides access to mail merge options.

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 SpreadsheetMailMergeOptions MailMergeOptions { get; }
vb
Public ReadOnly Property MailMergeOptions As SpreadsheetMailMergeOptions

Property Value

TypeDescription
SpreadsheetMailMergeOptions

A SpreadsheetMailMergeOptions object containing the mail merge options.

|

Remarks

Use the MailMergeOptions property to get access to the SpreadsheetMailMergeOptions object. Use the object’s SpreadsheetMailMergeOptions.UseTemplateSheetNames property to generate worksheet names for the resulting document(s) based on the template worksheet’s name.

Implements

MailMergeOptions

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace