Insert Method (IEditor)
Inserts a text string into the specified location in the edit box. All positions are 0-based.
Remarks
All positions are 0-based.

C# Syntax

void Insert( 
   string text,
   int line,
   int charPos
)

Parameters

text
The text string to insert.
line
The line in which to insert the text.
charPos
The character position at which to insert the text.