SelectionModel<T>.

SelectRange(int, int) Method

Namespace
Avalonia.Controls.Selection
Containing Type
SelectionModel<T>

Syntax

public void SelectRange(int start, int end)

Parameters

Name Type Description
start int
end int

Return Value

Type Description
void