'Declaration Public Overloads Sub InsertText( _ ByVal index As Integer, _ ByVal value As String, _ Optional ByVal trackChanges As Boolean, _ Optional ByVal formatting As Formatting _ )
'Usage Dim instance As Paragraph Dim index As Integer Dim value As String Dim trackChanges As Boolean Dim formatting As Formatting instance.InsertText(index, value, trackChanges, formatting)
public void InsertText( int index, string value, bool trackChanges, Formatting formatting )
Parameters
- index
- The index at which to insert the text.
- value
- The text to insert.
- trackChanges
- true if this change should be tracked, otherwise false.
- formatting
- The formatting to use.