In This Topic
Gets the indexed value of the point.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As Integer _
) As Object
'Usage
Dim instance As DataPoint
Dim index As Integer
Dim value As Object
value = instance.Item(index)
public object Item(
int
) {get;}
Parameters
- index
- Index of value.
Property Value
The indexed value.
See Also