SectionColumns.GetColumns() Method
In This Article
Gets the column layout of the current section.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
SectionColumnCollection GetColumns()
#Returns
Type | Description |
---|---|
Section |
A Section |
#Remarks
Use the SectionColumns.SetColumns method to apply columns to the section.
See Also