Spread Windows Forms 12.0 Product Documentation
GetValue Method (ArraySegmentData)


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

Parameters

index
The index.
See Also

Reference

ArraySegmentData Class
ArraySegmentData Members