Adds the specified Bookmark object to the collection.
'Declaration
Public Function Add( _
ByVal As Bookmark _
) As System.Integer
public System.int Add(
Bookmark
)
Parameters
- value
- Specifies the Bookmark object to be added to the collection.
Return Value
An integer index of the added bookmark in the collection.