BookmarksCollection Class | BookmarksCollection Members
Visual Basic
C#
Show All
Inserts the specified Bookmark object at the specified index in the collection.
[Visual Basic]Public Sub Insert( _ ByVal index As Integer, _ ByVal value As Bookmark _ )
[C#]public void Insert( int index, Bookmark value );
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.