GrapeCity.Xaml.SpreadSheet.Data
GetValue Method (ISparklineData)


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

Parameters

index
The index.

Return Value

The value.
See Also

Reference

ISparklineData Interface
ISparklineData Members