Spread Silverlight Documentation
CachedIndexMaping Property


GrapeCity.Windows.SpreadSheet.Data Namespace > BaseSparklineViewInfo Class : CachedIndexMaping Property
Gets the cached index mapping.
Syntax
'Declaration
 
Public ReadOnly Property CachedIndexMaping As System.Collections.Generic.List(Of Integer)
'Usage
 
Dim instance As BaseSparklineViewInfo
Dim value As System.Collections.Generic.List(Of Integer)
 
value = instance.CachedIndexMaping
public System.Collections.Generic.List<int> CachedIndexMaping {get;}
See Also

Reference

BaseSparklineViewInfo Class
BaseSparklineViewInfo Members