Back to Devexpress

Section.Columns Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-section-8caa3a8b.md

latest1.5 KB
Original Source

Section.Columns Property

Provides access to the SectionColumns interface used for operations with columns in the document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
SectionColumns Columns { get; }
vb
ReadOnly Property Columns As SectionColumns

Property Value

TypeDescription
SectionColumns

An object providing the SectionColumns interface.

|

Remarks

Use the Columns property to get access to the interface used for creating and retrieving the columns in the current document.

See Also

Sections

Section Interface

Section Members

DevExpress.XtraRichEdit.API.Native Namespace