Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / StockValueList Property


In This Topic
    StockValueList Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property StockValueList As Dictionary(Of Integer,List(Of Double))
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Dictionary(Of Integer,List(Of Double))
     
    instance.StockValueList = value
     
    value = instance.StockValueList
    public Dictionary<int,List<double>> StockValueList {get; set;}
    See Also