'Declaration Public Sub InsertAtBookmark( _ ByVal toInsert As String, _ ByVal bookmarkName As String, _ Optional ByVal formatting As Formatting _ )
'Usage Dim instance As Paragraph Dim toInsert As String Dim bookmarkName As String Dim formatting As Formatting instance.InsertAtBookmark(toInsert, bookmarkName, formatting)
public void InsertAtBookmark( string toInsert, string bookmarkName, Formatting formatting )
Parameters
- toInsert
- The text to insert.
- bookmarkName
- The name of the Bookmark where the text will be inserted.
- formatting
- The Formatting to apply to the inserted text.