'Declaration Public Overloads Overridable Function InsertParagraph( _ ByVal index As Integer, _ ByVal text As String, _ ByVal trackChanges As Boolean, _ ByVal formatting As Formatting _ ) As Paragraph
'Usage Dim instance As Container Dim index As Integer Dim text As String Dim trackChanges As Boolean Dim formatting As Formatting Dim value As Paragraph value = instance.InsertParagraph(index, text, trackChanges, formatting)
public virtual Paragraph InsertParagraph( int index, string text, bool trackChanges, Formatting formatting )
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.
- formatting
- The format to apply to the new Paragraph.