Item Property (PageCollection)
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Page
public Page this[
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.