Back to Devexpress

SectionColumns.GetColumns() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-sectioncolumns.md

latest1.7 KB
Original Source

SectionColumns.GetColumns() Method

Gets the column layout of the current section.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
SectionColumnCollection GetColumns()
vb
Function GetColumns As SectionColumnCollection

Returns

TypeDescription
SectionColumnCollection

A SectionColumnCollection object representing columns in the current section.

|

Remarks

Use the SectionColumns.SetColumns method to apply columns to the section.

See Also

SetColumns(SectionColumnCollection)

SectionColumns Interface

SectionColumns Members

DevExpress.XtraRichEdit.API.Native Namespace