Item Property (OracleArray)
Gets or sets the element at the specified index.
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Object
Parameters
- i
- The zero-based index of the element to retrieve.
Property Value
The element at the specified index.