See Also

BookmarksCollection Class  | BookmarksCollection Members

Language

Visual Basic

C#

Show All

index
Insertion index in the collection.
value
New Bookmark object to be inserted at the specified index.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

Insert Method

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 );

Parameters

index
Insertion index in the collection.
value
New Bookmark object to be inserted at the specified index.

See Also

BookmarksCollection Class  | BookmarksCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.