GrapeCity.Xaml.SpreadSheet.Data
GetCachedValue Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > BaseSparklineViewInfo Class : GetCachedValue Method
The index in the cache.
Gets the cached value.
Syntax
'Declaration
 
Public Overridable Function GetCachedValue( _
   ByVal valueIndexInValueCache As Integer _
) As Nullable(Of Double)
'Usage
 
Dim instance As BaseSparklineViewInfo
Dim valueIndexInValueCache As Integer
Dim value As Nullable(Of Double)
 
value = instance.GetCachedValue(valueIndexInValueCache)
public virtual Nullable<double> GetCachedValue( 
   int valueIndexInValueCache
)

Parameters

valueIndexInValueCache
The index in the cache.
See Also

Reference

BaseSparklineViewInfo Class
BaseSparklineViewInfo Members