FixedRange(Int32, Int32) Constructor
Initializes a new instance of the FixedRange class with the specified start and length.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| start | Int32 | An integer that is the start position of the range. |
| length | Int32 | An integer that is number of positions contained in the range. |
See Also