Skip to main content

HtmlSelectionRange(Int32, Int32) Constructor

Initializes a new instance of the HtmlSelectionRange class with specified settings.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public HtmlSelectionRange(
    int Start,
    int Length
)

Parameters

Name Type Description
Start Int32

The index of the character first selected character.

Length Int32

The number of selected characters.

See Also