FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ArraySegmentData Class / GetValue Method
The index.


In This Topic
GetValue Method (ArraySegmentData)
In This Topic
Gets the value.
Syntax
'Declaration
 
Public Function GetValue( _
   ByVal index As Integer _
) As Object
 
'Usage
 
Dim instance As ArraySegmentData
Dim index As Integer
Dim value As Object
 
value = instance.GetValue(index)

Parameters

index
The index.
See Also