Item Property (XmlDataProvider)
Gets the data values at the specified index. If the index exceeds the maximum allowed value, null will be returned.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Object
Parameters
- index
- The index of the item.