'DeclarationPublic Overloads Function InsertComment( _ ByVal comment As Comment, _ ByVal startIndex As Integer, _ ByVal length As Integer, _ Optional ByVal endComment As Boolean _ ) As Comment
'UsageDim instance As Paragraph Dim comment As Comment Dim startIndex As Integer Dim length As Integer Dim endComment As Boolean Dim value As Comment value = instance.InsertComment(comment, startIndex, length, endComment)
public Comment InsertComment( Comment comment, int startIndex, int length, bool endComment )
Parameters
- comment
- startIndex
- length
- endComment