ISelectionModel.

SelectRange(int, int) Method

Namespace
Avalonia.Controls.Selection
Containing Type
ISelectionModel

Syntax

void SelectRange(int start, int end)

Parameters

Name Type Description
start int
end int

Return Value

Type Description
void