Back to Devexpress

SectionColumnCollection Class

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

latest3.0 KB
Original Source

SectionColumnCollection Class

Represents a collection of columns in the layout.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class SectionColumnCollection :
    List<SectionColumn>
vb
<ComVisible(True)>
Public Class SectionColumnCollection
    Inherits List(Of SectionColumn)

The following members return SectionColumnCollection objects:

Implements

IList<SectionColumn>

ICollection<SectionColumn>

IList

ICollection

IReadOnlyList<SectionColumn>

IReadOnlyCollection<SectionColumn>

IEnumerable<SectionColumn>

IEnumerable

Inheritance

Object List<SectionColumn> SectionColumnCollection

See Also

SectionColumnCollection Members

DevExpress.XtraRichEdit.API.Native Namespace