Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IWorkbook.MailMergeOptions Property

Provides access to the mail merge options.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

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.

See Also