ComponentOne Word for UWP
AddBookmarkStart Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : AddBookmarkStart Method
The bookmark name.
Add start bookmark into this document in next position.
Syntax
'Declaration
 
Public Function AddBookmarkStart( _
   ByVal name As System.String _
) As RtfBookmarkStart
public RtfBookmarkStart AddBookmarkStart( 
   System.string name
)

Parameters

name
The bookmark name.

Return Value

The Word/RTF bookmark start object.
See Also

Reference

C1WordDocument Class
C1WordDocument Members