ITextDocumentEditor.Insert(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.