Creates a new instance of the Web.Selection class.

Selection()

public Selection();

Selection(Int, Int)

public Selection(int start, int length);

Parameters

Parameter Description
start Specifies the selection's start position.
length Specifies the number of selected characters.