'DeclarationPublic Overloads Function InsertComment( _ ByVal comment As Comment, _ ByVal startIndex As Integer, _ ByVal length As Integer _ ) As Comment
Parameters
- comment
- The Comment that will be inserted into the Paragraph.
- startIndex
- The zero-based index that determines where the Comment should be inserted in the Paragraph.
- length
- The number of characters within the text range that will be used as an anchor for the inserted Comment.
Return Value
The Comment that has been inserted into the Paragraph.