ActiveReports.Viewer3 Request technical support
IndexOf Method
See Also 


value

Page to be located in the collection.

Returns the index of a page in the collection.

Syntax

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

Parameters

value

Page to be located in the collection.

See Also