ActiveReports.Viewer3 Request technical support
IndexOf Method
See Also 


value
Specifies the Bookmark object for which to search.
Returns the index of the specified Bookmark object in the collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal value As Bookmark _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As BookmarksCollection
Dim value As Bookmark
Dim value As Integer
 
value = instance.IndexOf(value)
C# 
public int IndexOf( 
   Bookmark value
)

Parameters

value
Specifies the Bookmark object for which to search.

Return Value

An integer specifying the index of the specified Bookmark.

See Also