Returns the zero-based index of the first occurrence of the Page object in the PagesCollection.
Syntax
'Declaration
Public Overloads Function IndexOf( _
ByVal As Page _
) As Integer
public int IndexOf(
Page
)
Parameters
- value
- The page to locate in the collection.
See Also