[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Run.Insert

Insert Method

Insert(int, string)

Inserts text in Text's current value.

Declaration
public void Insert(int index, string text)
Parameters
Type Name Description
int index

The index where to insert the text.

string text

The text to insert.