HtmlSelectionRange(Int32, Int32) Constructor
In This Article
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
C#
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