Select(Int32,Int32) Method
Selects text in a single line edit box. All positions are 0-based.
Remarks
All positions are 0-based.

C# Syntax

void Select( 
   int fromCharPos,
   int toCharPos
)

Parameters

fromCharPos
Character position from which selection starts, inclusive.
toCharPos
Character position at which selection ends, inclusive.