Creates a new instance of the Selection class.
public Selection();
Public Sub New()
public Selection(int start, int length);
Public Sub New(ByVal start As Integer, ByVal length As Integer)