Spread Silverlight Documentation
ConvertValue Method (DoubleSeriesCollection)


GrapeCity.Windows.SpreadSheet.Data Namespace > DoubleSeriesCollection Class : ConvertValue Method
Index of the value.
The object.
Converts the value.
Syntax
'Declaration
 
Protected Overrides NotOverridable Function ConvertValue( _
   ByVal valueIndex As System.Integer, _
   ByVal obj As System.Object _
) As System.Double
'Usage
 
Dim instance As DoubleSeriesCollection
Dim valueIndex As System.Integer
Dim obj As System.Object
Dim value As System.Double
 
value = instance.ConvertValue(valueIndex, obj)
protected override System.double ConvertValue( 
   System.int valueIndex,
   System.object obj
)

Parameters

valueIndex
Index of the value.
obj
The object.
See Also

Reference

DoubleSeriesCollection Class
DoubleSeriesCollection Members