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