Back to Devexpress

SubDocument.GetRegionHierarchy() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-subdocument-63fcdf62.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
MailMergeRegionInfo GetRegionHierarchy()
vb
Function GetRegionHierarchy As MailMergeRegionInfo

Returns

TypeDescription
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

SubDocument Interface

SubDocument Members

DevExpress.XtraRichEdit.API.Native Namespace