Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BaseSparklineViewInfo Class / CachedIndexMaping Property


In This Topic
    CachedIndexMaping Property
    In This Topic
    Gets the cached index mapping.
    Syntax
    'Declaration
     
    Public ReadOnly Property CachedIndexMaping As List(Of Integer)
    'Usage
     
    Dim instance As BaseSparklineViewInfo
    Dim value As List(Of Integer)
     
    value = instance.CachedIndexMaping
    public List<int> CachedIndexMaping {get;}
    See Also