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