Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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