'Declaration Public Overloads Overrides Function InsertParagraph( _ ByVal index As Integer, _ ByVal text As String, _ ByVal trackChanges As Boolean _ ) As Paragraph
Parameters
- index
- The index of the Paragraph where the new Paragraph is to be inserted.
- text
- The text for the new Paragraph.
- trackChanges
- true if this change should be tracked, otherwise false.