RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Run Class / Insert Method
The index where to insert the text.
The text to insert.

In This Topic
    Insert Method (C1Run)
    In This Topic
    Inserts text in Text's current value.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal text As String _
    ) 
    public void Insert( 
       int index,
       string text
    )

    Parameters

    index
    The index where to insert the text.
    text
    The text to insert.
    See Also