Workbook.MailMergeOptions Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public SpreadsheetMailMergeOptions MailMergeOptions { get; }
#Property Value
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
#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