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

MergeMode Enum

Lists delimiters that start the new merged range.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[ComVisible(true)]
public enum MergeMode

Members

Name Description
NewParagraph

Specifies that the next merged range starts with a new paragraph.

NewSection

Specifies that the next merged range starts with a new section. The section break type is obtained from the previous section break or set to the NextPageby default. For headers and footers, it is the only allowed option.

JoinTables

Enables you to join rows, which result from a mail merge involving a table with merged fields, into a whole table.

The following code snippets (auto-collected from DevExpress Examples) contain references to the MergeMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also