SubDocument.GetRegionHierarchy() Method
Returns specific hierarchy information of all merge regions in a template.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.2.Core.dll
Declaration
Returns
| Type | Description |
|---|---|
| MailMergeRegionInfo | An object that contains region information. |
Remarks
Use the GetRegionHierarchy method to inspect the region structure. The returned MailMergeRegionInfo object has the Regions property that returns the list of first level regions. Each item in the collection has its own Regions.
See Also