Skip to main content

Section Interface

An interface that defines a section within a document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public interface Section

#Remarks

All document sections are represented by the SectionCollection, which is accessible via the Document.Sections property.

See Also