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

C# Syntax

void SetCursorPosition( 
   int line,
   int charPos
)

Parameters

line
The zero-based row position at which the insertion point is placed.
charPos
The zero-based character position at which the insertion point is placed.