SectionColumns Interface
In This Article
Represents an interface for creating, applying and retrieving a column layout of a section in a document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
The Section.Columns property returns an instance of SectionColumns.
#Remarks
Use the Section.Columns property to access the SectionColumns interface.
See Also