Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SectionColumn(Single, Single) Constructor

Initializes a new instance of the SectionColumn class with the specified width and spacing.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public SectionColumn(
    float width,
    float spacing
)

Parameters

Name Type Description
width Single

A Single value representing the column width measured in Document.Unit units.

spacing Single

A Single value representing the distance between columns measured in Document.Unit units.

Remarks

To create columns, use the SectionColumns.CreateUniformColumns method.

See Also