BookmarksCollection Class | BookmarksCollection Members
Visual Basic
C#
Show All
Adds the specified Bookmark object to the collection.
[Visual Basic]Public Function Add( _ ByVal value As Bookmark _ ) As Integer
[C#]public int Add( Bookmark value );
An integer index of the added bookmark in the collection.
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.