Spread Windows Forms 12.0 Product Documentation
GetValue Method (CellRangeSegmentData)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > CellRangeSegmentData Class : GetValue Method
The index.
Gets the value.
Syntax
'Declaration
 
Public Function GetValue( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As CellRangeSegmentData
Dim index As Integer
Dim value As Object
 
value = instance.GetValue(index)
public object GetValue( 
   int index
)

Parameters

index
The index.
See Also

Reference

CellRangeSegmentData Class
CellRangeSegmentData Members