'Declaration
Public Default Property Item( _
ByVal As System.Integer _
) As Page
public Page this[
System.int
]; {get; set;}
Parameters
- index
- A zero-based Integer index of the Page to return or set.
Property Value
The Page object at the specified position.