Select Method (IEditField)
Selects specified text in this 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.