SetCursorPosition Method (IEditor)
Places the cursor at the specified position in the edit box. All positions are 0-based.
Remarks
All positions are 0-based.

C# Syntax

void SetCursorPosition( 
   int line,
   int charPos
)

Parameters

line
The line in which the cursor is placed.
charPos
The character position at which the cursor is placed.