Item Property (C1PageCollection)
Gets the element at the specified index.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As C1Page
public C1Page this[
int
]; {get;}
Parameters
- index
- The index in the current collection.
Property Value
The element at the specified index.