Spread Windows Forms 12.0 Product Documentation
GetValue Method (ISegmentData)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ISegmentData Interface : GetValue Method
The index.
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)
object GetValue( 
   int index
)

Parameters

index
The index.
See Also

Reference

ISegmentData Interface
ISegmentData Members