Spread Silverlight Documentation
GetValue Method (ISparklineData)


GrapeCity.Windows.SpreadSheet.Data Namespace > ISparklineData Interface : GetValue Method
The index.
Gets the value at the specified index.
Syntax
'Declaration
 
Function GetValue( _
   ByVal index As System.Integer _
) As System.Object
'Usage
 
Dim instance As ISparklineData
Dim index As System.Integer
Dim value As System.Object
 
value = instance.GetValue(index)
System.object GetValue( 
   System.int index
)

Parameters

index
The index.

Return Value

The value.
See Also

Reference

ISparklineData Interface
ISparklineData Members