SetCursorPosition Method (IEditor)
Places the cursor at the specified point in the multi-line editor.

C# Syntax

void SetCursorPosition( 
   int line,
   int charPos
)

Parameters

line
The line in which the cursor is placed. (0-based)
charPos
The character position at which the cursor is placed.