Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Workbook.MailMergeOptions Property

Provides access to the mail merge options.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public SpreadsheetMailMergeOptions MailMergeOptions { get; }

Property Value

Type Description
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

See Also