Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ISegmentData Interface / GetValue Method
The index.


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

Parameters

index
The index.
See Also