Skip to main content

SectionColumns Interface

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

[ComVisible(true)]
public interface SectionColumns

#Returned By

The Section.Columns property returns an instance of SectionColumns.

#Remarks

Use the Section.Columns property to access the SectionColumns interface.

See Also