IndexOf Method (PageCollection)
Determines the index of a specific item in the
IList.
'Declaration
Public Function IndexOf( _
ByVal As Page _
) As Integer
public int IndexOf(
Page
)
Parameters
- item
- The object to locate in the IList.
Return Value
The index of if found in the list; otherwise, -1.