ComponentOne Word for UWP
Add Method (RtfBookmarkCollection)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfBookmarkCollection Class : Add Method
The bookmark for the Word/RTF document.
Adds the Word/RTF bookmark to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal obj As RtfBookmark _
) As System.Integer
public System.int Add( 
   RtfBookmark obj
)

Parameters

obj
The bookmark for the Word/RTF document.

Return Value

Index from the collection.
See Also

Reference

RtfBookmarkCollection Class
RtfBookmarkCollection Members