Section Interface
In This Article
An interface that defines a section within a document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
Methods that return Section instances:
#Remarks
All document sections are represented by the SectionCollection, which is accessible via the Document.Sections property.
See Also