C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfBookmarkCollection Class / Add Method
The bookmark for the Word/RTF document.

In This Topic
Add Method (RtfBookmarkCollection)
In This Topic
Adds the Word/RTF bookmark to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal obj As RtfBookmark _
) As Integer
 

Parameters

obj
The bookmark for the Word/RTF document.

Return Value

Index from the collection.
See Also