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.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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