'Declaration Public Sub Select()
public void Select()
C1TextRange range = _editor.Selection.Clone(); range.Text = value; //after inserting text we must collapse selection to the end range.Normalize(); range.Start.MoveTo(range.End); range.Select();
C1TextRange Class C1TextRange Members