Item Property (DataValueCollection)
'Declaration
Public MustOverride ReadOnly Default Property Item( _
ByVal As Integer _
) As DataValue
public abstract DataValue this[
int
]; {get;}
Parameters
- index
- The value index.
Property Value
The
DataValue located at the specified index.