Skip to main content

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

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

Declaration

public FixedRange(
    int start,
    int length
)

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