Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BaseSparklineViewInfo Class / GetCachedValue Method
The index in the cache.


In This Topic
    GetCachedValue Method
    In This Topic
    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