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