Returns the member at the specified index in the collection.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As Page
public Page this[
System.int
]; {get;}
Parameters
- index
- Index of the member to be returned.
Property Value
Page object at the specified index.