Share via


ITextDocumentEditor.Insert(Int32, String) Method

Definition

Inserts the specified text at the specified position in the document.

public void Insert (int position, string text);
abstract member Insert : int * string -> unit
Public Sub Insert (position As Integer, text As String)

Parameters

position
Int32

The position to start inserting.

text
String

The text to insert.

Applies to