Add Method (BookmarkCollection)
In This Topic
Adds a
Bookmark into the collection at the
RangeLocation.Content position.
Syntax
'Declaration
Public Function Add( _
ByVal As System.String _
) As Bookmark
public Bookmark Add(
System.string
)
Parameters
- name
- The new bookmark name.
Return Value
See Also